From 3ae335cf87ffe9caa3dbd7978e97b0118edd9293 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20P=C3=A9ters?= Date: Wed, 12 Dec 2018 12:22:37 +0100 Subject: [PATCH] style: force select2 in grid to take available width (#28923) --- static/includes/_grid.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/static/includes/_grid.scss b/static/includes/_grid.scss index a8684df5..e2685672 100644 --- a/static/includes/_grid.scss +++ b/static/includes/_grid.scss @@ -22,6 +22,7 @@ div[class*=grid-] { } .select2-container { min-width: auto; + width: 100% !important; } &.newline { clear: both; -- 2.20.0