Checkbox: Fix multiline label with html markup (#2663)
This commit is contained in:
parent
8ab16593cc
commit
e3e2d7d5b5
@ -98,6 +98,8 @@
|
|||||||
.label {
|
.label {
|
||||||
display: block;
|
display: block;
|
||||||
text-align: initial;
|
text-align: initial;
|
||||||
|
flex-wrap: wrap;
|
||||||
|
column-gap: 0.25rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
.subLabel {
|
.subLabel {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user