selfprivacy.org/_vendor/github.com/google/docsy/assets/scss/_table.scss
2024-04-26 01:15:39 +03:00

10 lines
265 B
SCSS

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