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 {