修改BUG:form-check-input后面的span label最大长度调整为98px
This commit is contained in:
parent
d02313b16d
commit
5700a3c606
|
@ -75,10 +75,11 @@ input.pending {
|
||||||
}
|
}
|
||||||
|
|
||||||
.form-check-input + span, .form-check-input + label {
|
.form-check-input + span, .form-check-input + label {
|
||||||
max-width: 148px;
|
max-width: 98px;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
white-space: nowrap;
|
white-space: nowrap;
|
||||||
text-overflow: ellipsis;
|
text-overflow: ellipsis;
|
||||||
|
display: inline-block;
|
||||||
}
|
}
|
||||||
|
|
||||||
/*Bootstrap Table BUG */
|
/*Bootstrap Table BUG */
|
||||||
|
|
Loading…
Reference in New Issue