MDL-62359 Theme boost: allow breaks as separators in form groups

This commit is contained in:
Bas Brands 2018-05-09 16:50:16 +02:00
parent 02c7769422
commit b197ab3566

View File

@ -30,6 +30,10 @@
.form-group {
margin-right: 0.25rem;
}
br + label {
justify-content: flex-start;
width: 100%;
}
}
#jump-to-activity.custom-select {