selfprivacy.org/_vendor/github.com/google/docsy/assets/scss/_table.scss

10 lines
265 B
SCSS
Raw Normal View History

2024-04-25 22:15:39 +00:00
.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;
}