Created
October 13, 2023 00:24
-
-
Save TJohnson93/af0220f6ac8eff6f41a43c94ded4eb93 to your computer and use it in GitHub Desktop.
MkDocs - Fix 100% Table Width
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| /* ******************************************************** */ | |
| /* Table 100% Width fix */ | |
| /* ******************************************************** */ | |
| .md-typeset__table { | |
| min-width: 100%; | |
| } | |
| .md-typeset table:not([class]) { | |
| display: table; | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment