Browse Source

Merge pull request #14135 from ranbena/vertical-white-space

Allow vertical form labels to break line
pull/14141/head
偏右 6 years ago
committed by GitHub
parent
commit
380b8f849f
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      components/form/style/index.less

1
components/form/style/index.less

@ -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