From e15abd4a4b0dc773f138650914d913a802016efb Mon Sep 17 00:00:00 2001 From: Craig Maloney Date: Sat, 17 Mar 2018 09:03:50 -0400 Subject: [PATCH] Set the height of the UI Select Menu so it doesn't exceed 200px --- get_together/templates/get_together/base.html | 3 +++ 1 file changed, 3 insertions(+) diff --git a/get_together/templates/get_together/base.html b/get_together/templates/get_together/base.html index 6dae17c..7e65c98 100644 --- a/get_together/templates/get_together/base.html +++ b/get_together/templates/get_together/base.html @@ -40,6 +40,9 @@ body { } form { display: inline; +} +.ui-selectmenu-menu .ui-menu { + height: 200px; }