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 19, 2021
1 parent 5202a9f commit ac14600
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 All @@ -111,10 +111,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 ac14600

Please sign in to comment.