style: 可排序表头禁止折行
This commit is contained in:
parent
add11c0327
commit
32fbf10c92
|
@ -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;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -589,3 +589,7 @@ pre {
|
|||
border-top-left-radius: 4px;
|
||||
border-top-right-radius: 4px;
|
||||
}
|
||||
|
||||
.bootstrap-table td .btn, th.sortable {
|
||||
white-space: nowrap;
|
||||
}
|
Loading…
Reference in New Issue