From 20483284adf9bf56c98501f1cc65fd6013183a63 Mon Sep 17 00:00:00 2001 From: "K. Belardinelli" Date: Sat, 21 Feb 2015 12:26:53 -0500 Subject: [PATCH 1/2] [fixes #4647] reduce padding at bottom of food-tray container to avoid awkward scrollbar breakpoint --- public/css/customizer.styl | 3 +++ 1 file changed, 3 insertions(+) diff --git a/public/css/customizer.styl b/public/css/customizer.styl index a7e6b1fb2f..92c76f0c17 100644 --- a/public/css/customizer.styl +++ b/public/css/customizer.styl @@ -63,6 +63,9 @@ menu } } +.well + padding-bottom: 0 + .well.limited-edition padding: 5px margin: 25px 0 0 From 194aac165632ec1fad3bb43218626810309c70ee Mon Sep 17 00:00:00 2001 From: "K. Belardinelli" Date: Thu, 26 Feb 2015 15:02:58 -0500 Subject: [PATCH 2/2] use more specific class for selector --- public/css/customizer.styl | 3 --- public/css/inventory.styl | 1 + 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/public/css/customizer.styl b/public/css/customizer.styl index 92c76f0c17..a7e6b1fb2f 100644 --- a/public/css/customizer.styl +++ b/public/css/customizer.styl @@ -63,9 +63,6 @@ menu } } -.well - padding-bottom: 0 - .well.limited-edition padding: 5px margin: 25px 0 0 diff --git a/public/css/inventory.styl b/public/css/inventory.styl index 81602e1b9c..d3bdc6d2ef 100644 --- a/public/css/inventory.styl +++ b/public/css/inventory.styl @@ -49,6 +49,7 @@ menu.pets div height: 50% overflow-y: auto z-index: 1 + padding-bottom: 0 .inventory-list p