style: bootstrap-table 单元格内按钮设置为不换行

This commit is contained in:
Argo Zhang 2019-08-23 22:00:26 +08:00
parent b02b0c250b
commit 217af27c41
2 changed files with 2 additions and 2 deletions

View File

@ -83,7 +83,7 @@
transform: translate(0);
}
.bootstrap-table .fixed-table-body td .btn-group {
.bootstrap-table .fixed-table-body td .btn-group, .bootstrap-table .fixed-table-body td .btn {
white-space: nowrap;
}
}

View File

@ -83,7 +83,7 @@
transform: translate(0);
}
.bootstrap-table .fixed-table-body td .btn-group {
.bootstrap-table .fixed-table-body td .btn-group, .bootstrap-table .fixed-table-body td .btn {
white-space: nowrap;
}
}