_table.scss 265 B

123456789
  1. .td-table:not(.td-initial) {
  2. @extend .table;
  3. @extend .table-striped;
  4. @extend .table-responsive;
  5. // The following is needed for tables to be responsive.
  6. // For details, see the https://docsy.dev/docs/adding-content/lookandfeel/#tables
  7. display: block;
  8. }