Skip to content

Commit

Permalink
set tables to max width
Browse files Browse the repository at this point in the history
  • Loading branch information
jtherrmann committed Feb 23, 2024
1 parent a9e576e commit 59ff943
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions src/asf_theme/assets/stylesheets/asf.css
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,17 @@ a {
color: #236192;
}

/*
Set tables to max width:
https://github.com/squidfunk/mkdocs-material/issues/175#issuecomment-616694465
*/
.md-typeset__table {
min-width: 100%;
}
.md-typeset table:not([class]) {
display: table;
}

.md-header a, .md-footer a {
color: rgba(248, 248, 248, 100);
}
Expand Down

0 comments on commit 59ff943

Please sign in to comment.