From 1070d2925d5c22b45e3a550f05060a4f01bb369c Mon Sep 17 00:00:00 2001
From: Mike Greiling <mike@pixelcog.com>
Date: Mon, 24 Oct 2016 23:49:02 -0500
Subject: [PATCH] ensure dropbox width is 240px at minimum (fix issues arising
 from acde2e30)

---
 app/assets/stylesheets/framework/dropdowns.scss | 1 +
 1 file changed, 1 insertion(+)

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;
     }
   }
 
-- 
GitLab