fix long label overflow style

This commit is contained in:
afc163 2016-10-07 14:34:25 +08:00
parent 847e40eac0
commit fd76b0cc6c

View File

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