Skip to content

Commit b8898ba

Browse files
committed
chore: ensure table is alwas at max width
1 parent f956d8d commit b8898ba

2 files changed

Lines changed: 6 additions & 0 deletions

File tree

docs/css/extra.css

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
.md-typeset__table {
2+
min-width: 100%;
3+
}

mkdocs.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,5 +34,8 @@ extra_javascript:
3434
- javascripts/tablesort.js
3535
- javascripts/tablefilter.js
3636

37+
extra_css:
38+
- css/extra.css
39+
3740
extra:
3841
generator: false

0 commit comments

Comments
 (0)