Skip to content

Commit

Permalink
Remove unnecessary paddings for caption
Browse files Browse the repository at this point in the history
  • Loading branch information
merkushin committed Nov 22, 2021
1 parent 1b7bbf5 commit 939887c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion syntaxhighlighter3/styles/shCore.css
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@
}
.syntaxhighlighter table caption {
text-align: left !important;
padding: .5em 0 0.5em 1em !important;
padding: 0 0 0.5em 0 !important;
}
.syntaxhighlighter table td.code {
width: 100% !important;
Expand Down

0 comments on commit 939887c

Please sign in to comment.