Allow vertical form labels to break line

This commit is contained in:
Ran Byron 2019-01-06 17:39:01 +02:00
parent 726c03704c
commit 4a5e681627

View File

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