misc: add classes to display checkboxes/radio horizontally (#77520)
gitea/gadjo/pipeline/head This commit looks good Details

This commit is contained in:
Frédéric Péters 2023-05-12 09:47:28 +02:00
parent 68cac8592d
commit f4a427d14c
1 changed files with 8 additions and 0 deletions

View File

@ -723,3 +723,11 @@ div.godo--editor {
margin: 0 0.25em 0 0;
}
}
.CheckboxesWidget.pk-horizontal-checkboxes .content li {
display: inline-block;
}
.RadiobuttonsWidget.pk-horizontal-radiobuttons .content label {
display: inline-block;
}