misc: limit help text width in dialogs (#53820)

This commit is contained in:
Frédéric Péters 2021-05-18 10:53:26 +02:00
parent 2625ab7db7
commit 3154331eef
1 changed files with 4 additions and 0 deletions

View File

@ -215,6 +215,10 @@ div.ui-dialog {
}
}
.helptext {
max-width: 50em;
}
// one line dialog
// add this class on widget to remove titlebar, position the close button to the left of content
&.oneline-dialog {