mirror of
https://github.com/lucaspalomodevelop/core.git
synced 2026-03-15 09:04:39 +00:00
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:
parent
4a7bcae7af
commit
378aa627d0
@ -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
|
||||
|
||||
@ -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,
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user