修改BUG:form-check-input后面的span label最大长度调整为98px

This commit is contained in:
Argo-MacBookPro 2018-08-10 12:54:44 +08:00
parent d02313b16d
commit 5700a3c606
1 changed files with 2 additions and 1 deletions

View File

@ -75,10 +75,11 @@ input.pending {
}
.form-check-input + span, .form-check-input + label {
max-width: 148px;
max-width: 98px;
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
display: inline-block;
}
/*Bootstrap Table BUG */