From 82a87cb65340e6042583cc4111d9d4455566d647 Mon Sep 17 00:00:00 2001 From: Colin McLeod Date: Wed, 15 Jul 2015 15:31:40 -0700 Subject: [PATCH] Adjust select menu size for smaller windows --- app/less/select.less | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/less/select.less b/app/less/select.less index 31307b47..f484759a 100755 --- a/app/less/select.less +++ b/app/less/select.less @@ -29,7 +29,7 @@ select { padding: 0.5em 0; width: 100%; margin: 0; - max-height: 550px; + max-height: 400px; overflow-y: auto; overflow-x: hidden; z-index: 0;