From f563ca72a48e2ce241f0dd72365839d6eba46d73 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20P=C3=A9ters?= Date: Thu, 9 May 2019 13:11:16 +0200 Subject: [PATCH] css: don't use full width for checkbox in dialogs (#32933) --- gadjo/static/css/_jqueryui.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gadjo/static/css/_jqueryui.scss b/gadjo/static/css/_jqueryui.scss index 756148f..197c4ce 100644 --- a/gadjo/static/css/_jqueryui.scss +++ b/gadjo/static/css/_jqueryui.scss @@ -203,7 +203,7 @@ div.ui-dialog { textarea { width: 100%; } - input[type=radio], form p input[type=checkbox] { + input[type=radio], input[type=checkbox] { width: auto; } }