mirror of https://github.com/ElemeFE/element
theme-default: fix form-item label-top style
use `text-align: left` to display line-wrapped labels properlypull/3524/head
parent
220f1542ea
commit
67d8eae691
|
@ -12,6 +12,7 @@
|
|||
& .el-form-item__label {
|
||||
float: none;
|
||||
display: inline-block;
|
||||
text-align: left;
|
||||
padding: 0 0 10px 0;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue