Boostrtap calss .table-sm
introduce condensed table layout.
cassiopea/scss/vendor/bootstrap/_table.scss
overwrites it by definition
.table {
th,
td {
padding: 8px;
Because it overwrite $table-cell-padding
and $table-cell-padding-sm
variables
Remove padding: 8px;
and use instead $table-cell-padding
, $table-cell-padding-sm
variables
None
Labels |
Added:
?
|
Status | New | ⇒ | Closed |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2020-09-23 10:18:21 |
Closed_By | ⇒ | richard67 |
Closing as having a pull request. Please test #30740 .