ui: allow text to wrap in table-responsive

This seems very odd to be placed in the xs section specifically,
and this fix is wrong, but it's also a bit pointless to override
it with more glue.
This commit is contained in:
Franco Fichtner 2018-01-06 16:17:53 +00:00
parent 4a7bcae7af
commit 378aa627d0
2 changed files with 0 additions and 19 deletions

View File

@ -184,18 +184,6 @@ table {
// Tighten up spacing
> .table {
margin-bottom: 0;
// Ensure the content doesn't wrap
> thead,
> tbody,
> tfoot {
> tr {
> th,
> td {
white-space: nowrap;
}
}
}
}
// Special overrides for the bordered tables

View File

@ -2180,13 +2180,6 @@ table th[class*="col-"] {
-webkit-overflow-scrolling: touch; }
.table-responsive > .table {
margin-bottom: 0; }
.table-responsive > .table > thead > tr > th,
.table-responsive > .table > thead > tr > td,
.table-responsive > .table > tbody > tr > th,
.table-responsive > .table > tbody > tr > td,
.table-responsive > .table > tfoot > tr > th,
.table-responsive > .table > tfoot > tr > td {
white-space: nowrap; }
.table-responsive > .table-bordered {
border: 0; }
.table-responsive > .table-bordered > thead > tr > th:first-child,