From dffa0b0dc8601a8218df3d096774ae4fd6de0e37 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20P=C3=A9ters?= Date: Tue, 18 Sep 2018 12:50:48 +0200 Subject: [PATCH] scss: don't force min-width on grid'ed select2 (#25231) --- static/includes/_grid.scss | 3 +++ 1 file changed, 3 insertions(+) diff --git a/static/includes/_grid.scss b/static/includes/_grid.scss index 56471aef..70e8964c 100644 --- a/static/includes/_grid.scss +++ b/static/includes/_grid.scss @@ -20,6 +20,9 @@ div[class*=grid-] { textarea, select, input[type=text], input[type=password], input[type=email] { width: 100%; } + .select2-container { + min-width: auto; + } &.newline { clear: both; } -- 2.19.0