summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Greiling <mike@pixelcog.com>2016-10-24 23:49:02 -0500
committerMike Greiling <mike@pixelcog.com>2016-10-24 23:49:02 -0500
commit1070d2925d5c22b45e3a550f05060a4f01bb369c (patch)
treea91239eb12e4a71165f158853743b8c62c8da3c3
parent132e3f547194de1923db258d4022b7f473f176e0 (diff)
downloadgitlab-ce-1070d2925d5c22b45e3a550f05060a4f01bb369c.tar.gz
ensure dropbox width is 240px at minimum (fix issues arising from acde2e30)
-rw-r--r--app/assets/stylesheets/framework/dropdowns.scss1
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;
}
}