mirror of
https://gitee.com/ElemeFE/element.git
synced 2024-12-03 20:58:09 +08:00
theme-default: fix form-item label-top style
use `text-align: left` to display line-wrapped labels properly
This commit is contained in:
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
Block a user