Skip to content

Commit edf52ad

Browse files
committed
docs: tweaked generated table styling - I gave up trying to figure out CSS
1 parent f071d6e commit edf52ad

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

docs/assets/stylesheets/extra.css

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -91,9 +91,11 @@ body .md-main .md-main__inner {
9191
}
9292

9393
.generatedTable th {
94-
padding-right: 0.3em; padding-left: 0.3em;
94+
padding-right: 0.3em !important;
95+
padding-left: 0.3em !important;
9596
}
9697

9798
.generatedTable td {
98-
padding-right: 0.3em; padding-left: 0.3em;
99+
padding-right: 0.3em !important;
100+
padding-left: 0.3em !important;
99101
}

0 commit comments

Comments
 (0)