Checkbox: Fix multiline label with html markup (#2663)

This commit is contained in:
Alexander Zinchuk 2023-02-25 18:50:30 +01:00
parent 8ab16593cc
commit e3e2d7d5b5

View File

@ -98,6 +98,8 @@
.label {
display: block;
text-align: initial;
flex-wrap: wrap;
column-gap: 0.25rem;
}
.subLabel {