From 89d4db6d6e36633d9757f857a7f1e7584faa025e Mon Sep 17 00:00:00 2001 From: Rob Eden Date: Sat, 21 Jun 2014 14:51:32 -0500 Subject: [PATCH] Increase max-width of food-tray to 17em Increase max-width of food-tray to 17em to allow for scrollbar when necessary. --- public/css/inventory.styl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/css/inventory.styl b/public/css/inventory.styl index c6b40ad43b..1751586ec9 100644 --- a/public/css/inventory.styl +++ b/public/css/inventory.styl @@ -45,7 +45,7 @@ menu.pets div right: 15px bottom: 0px width: 30% - max-width: 15em; + max-width: 17em; height: 50% overflow-y: auto z-index: 1