diff options
author | Phil Hughes <me@iamphill.com> | 2016-03-24 13:43:35 +0000 |
---|---|---|
committer | Phil Hughes <me@iamphill.com> | 2016-03-24 13:43:35 +0000 |
commit | 91d5876ea2065d3fc768f686aee716478d2bb5c2 (patch) | |
tree | 26f78361cc9be44b438005d34fe8155870980eca /app | |
parent | ffe5ac41b84c342a8b1d099afe116cb1522da8f2 (diff) | |
download | gitlab-ce-91d5876ea2065d3fc768f686aee716478d2bb5c2.tar.gz |
Fixed issue with width of project select dropdown
Diffstat (limited to 'app')
-rw-r--r-- | app/assets/stylesheets/framework/common.scss | 1 |
1 files changed, 1 insertions, 0 deletions
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; } } |