mirror of
https://gitee.com/ant-design/ant-design.git
synced 2024-12-01 03:29:39 +08:00
fix long label overflow style
This commit is contained in:
parent
847e40eac0
commit
fd76b0cc6c
@ -87,6 +87,9 @@ input[type="checkbox"] {
|
||||
vertical-align: middle;
|
||||
padding: 7px 0;
|
||||
display: inline-block;
|
||||
overflow: hidden;
|
||||
text-overflow: ellipsis;
|
||||
white-space: nowrap;
|
||||
|
||||
label {
|
||||
color: @label-color;
|
||||
|
Loading…
Reference in New Issue
Block a user