Skip to content

Commit f125748

Browse files
committed
Change table layout to auto
Some themes (like Twenty Fifteen) force table layouts to `fixed`, thus breaking the layout of the syntax highlighter.
1 parent 1b21175 commit f125748

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

syntaxhighlighter3/styles/shCore.css

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,7 @@
8282
white-space: pre !important;
8383
}
8484
.syntaxhighlighter table {
85+
table-layout: auto;
8586
width: 100% !important;
8687
}
8788
.syntaxhighlighter table caption {

0 commit comments

Comments
 (0)