From 91d5876ea2065d3fc768f686aee716478d2bb5c2 Mon Sep 17 00:00:00 2001 From: Phil Hughes Date: Thu, 24 Mar 2016 13:43:35 +0000 Subject: Fixed issue with width of project select dropdown --- app/assets/stylesheets/framework/common.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/app/assets/stylesheets/framework/common.scss b/app/assets/stylesheets/framework/common.scss index 8625817fdab..9b676d759e0 100644 --- a/app/assets/stylesheets/framework/common.scss +++ b/app/assets/stylesheets/framework/common.scss @@ -378,6 +378,7 @@ table { position: absolute; top: 0; right: 0; + min-width: 250px; visibility: hidden; } } -- cgit v1.2.1