diff options
author | Mike Greiling <mike@pixelcog.com> | 2016-10-24 23:49:02 -0500 |
---|---|---|
committer | Mike Greiling <mike@pixelcog.com> | 2016-10-24 23:49:02 -0500 |
commit | 1070d2925d5c22b45e3a550f05060a4f01bb369c (patch) | |
tree | a91239eb12e4a71165f158853743b8c62c8da3c3 /app | |
parent | 132e3f547194de1923db258d4022b7f473f176e0 (diff) | |
download | gitlab-ce-1070d2925d5c22b45e3a550f05060a4f01bb369c.tar.gz |
ensure dropbox width is 240px at minimum (fix issues arising from acde2e30)
Diffstat (limited to 'app')
-rw-r--r-- | app/assets/stylesheets/framework/dropdowns.scss | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/app/assets/stylesheets/framework/dropdowns.scss b/app/assets/stylesheets/framework/dropdowns.scss index a839371a6f2..09d316f14d9 100644 --- a/app/assets/stylesheets/framework/dropdowns.scss +++ b/app/assets/stylesheets/framework/dropdowns.scss @@ -15,6 +15,7 @@ @media (max-width: $screen-xs-max) { width: 100%; + min-width: 240px; } } |