diff --git a/gadjo/static/css/_jqueryui.scss b/gadjo/static/css/_jqueryui.scss index afc62ac..756148f 100644 --- a/gadjo/static/css/_jqueryui.scss +++ b/gadjo/static/css/_jqueryui.scss @@ -196,14 +196,16 @@ div.ui-dialog { } } - form p input, - form p select, - form p textarea { - width: 100%; - } - - form p input[type=radio], form p input[type=checkbox] { - width: auto; + form p, + div.widget { + input, + select, + textarea { + width: 100%; + } + input[type=radio], form p input[type=checkbox] { + width: auto; + } } }