Allow vertical form labels to break line

pull/14135/head
Ran Byron 6 years ago
parent 726c03704c
commit 4a5e681627

@ -303,6 +303,7 @@ form {
display: block;
text-align: left;
line-height: @line-height-base;
white-space: initial;
label:after {
display: none;

Loading…
Cancel
Save