From 68d3bf80b59f68287f378dae034d0d1f972e223a Mon Sep 17 00:00:00 2001 From: Sebastian Serth Date: Tue, 27 Feb 2018 18:05:38 +0100 Subject: [PATCH] Fix chosen form width to allow a larger form for long list entries Signed-off-by: Sebastian Serth --- app/assets/stylesheets/forms.css.scss | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/app/assets/stylesheets/forms.css.scss b/app/assets/stylesheets/forms.css.scss index 201b5841..69c1722c 100644 --- a/app/assets/stylesheets/forms.css.scss +++ b/app/assets/stylesheets/forms.css.scss @@ -3,7 +3,8 @@ } .chosen-container { - width: 250px !important; + min-width: 250px !important; + width: 100% !important; } .code-field {