css: don't use full width for checkbox in dialogs (#32933)

This commit is contained in:
Frédéric Péters 2019-05-09 13:11:16 +02:00
parent 86a467b84c
commit f563ca72a4
1 changed files with 1 additions and 1 deletions

View File

@ -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;
}
}