Skip to content

Commit

Permalink
Add spacing in a more consistent way
Browse files Browse the repository at this point in the history
  • Loading branch information
merkushin committed Nov 22, 2021
1 parent 8473c54 commit 1b7bbf5
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions syntaxhighlighter3/styles/shCore.css
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@
overflow: auto !important;
overflow-y: hidden !important;
font-size: 1em !important;
padding: 0.5em 1em !important;
}
.syntaxhighlighter code {
display: inline !important;
Expand All @@ -91,7 +92,6 @@
}
.syntaxhighlighter table td.code {
width: 100% !important;
padding: 1em !important;
}
.syntaxhighlighter table td.code .container {
position: relative !important;
Expand Down Expand Up @@ -119,10 +119,11 @@
}
.syntaxhighlighter table td.gutter .line {
text-align: right !important;
padding: 0 0.5em 0 1em !important;
padding: 0 0.5em 0 0 !important;
margin-right: 1em !important;
}
.syntaxhighlighter table td.code .line {
padding: 0 1em !important;
padding: 0 !important;
}
.syntaxhighlighter.nogutter td.code .container textarea, .syntaxhighlighter.nogutter td.code .line {
padding-left: 0em !important;
Expand Down

0 comments on commit 1b7bbf5

Please sign in to comment.