style: 可排序表头禁止折行

This commit is contained in:
Argo Zhang 2020-02-01 15:23:24 +08:00
parent add11c0327
commit 32fbf10c92
No known key found for this signature in database
GPG Key ID: 152E398953DDF19F
2 changed files with 5 additions and 2 deletions

View File

@ -73,7 +73,6 @@ nav .dropdown .nav-link-close.dropdown-toggle:after {
.table th, .table td {
padding: 0.5rem;
white-space: nowrap;
}
.table .btn.btn-sm {
@ -325,4 +324,4 @@ nav .dropdown .nav-link-close.dropdown-toggle:after {
bottom: 0;
left: 0;
}
}
}

View File

@ -589,3 +589,7 @@ pre {
border-top-left-radius: 4px;
border-top-right-radius: 4px;
}
.bootstrap-table td .btn, th.sortable {
white-space: nowrap;
}