?
avatar bato3
bato3
21 Sep 2020

What needs to be fixed

Boostrtap calss .table-sm introduce condensed table layout.

cassiopea/scss/vendor/bootstrap/_table.scss overwrites it by definition

.table {
  th,
  td {
    padding: 8px;

Why this should be fixed

Because it overwrite $table-cell-padding and $table-cell-padding-sm variables

How would you fix it

Remove padding: 8px; and use instead $table-cell-padding, $table-cell-padding-sm variables

Side Effects expected

None

avatar bato3 bato3 - open - 21 Sep 2020
avatar joomla-cms-bot joomla-cms-bot - change - 21 Sep 2020
Labels Added: ?
avatar joomla-cms-bot joomla-cms-bot - labeled - 21 Sep 2020
avatar richard67 richard67 - change - 23 Sep 2020
Status New Closed
Closed_Date 0000-00-00 00:00:00 2020-09-23 10:18:21
Closed_By richard67
avatar richard67
richard67 - comment - 23 Sep 2020

Closing as having a pull request. Please test #30740 .

avatar richard67 richard67 - close - 23 Sep 2020

Add a Comment

Login with GitHub to post a comment