Commit 67d8eae6 authored by wacky6.AriesMBP's avatar wacky6.AriesMBP Committed by 杨奕

theme-default: fix form-item label-top style

use `text-align: left` to display line-wrapped labels properly
parent 220f1542
...@@ -12,6 +12,7 @@ ...@@ -12,6 +12,7 @@
& .el-form-item__label { & .el-form-item__label {
float: none; float: none;
display: inline-block; display: inline-block;
text-align: left;
padding: 0 0 10px 0; padding: 0 0 10px 0;
} }
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment