Skip to content

Commit

Permalink
Adjust code block paddings
Browse files Browse the repository at this point in the history
  • Loading branch information
tiensonqin committed Jun 13, 2022
1 parent e3d1096 commit cb8aaef
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions src/main/frontend/extensions/code.css
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@
/* margin-top: 4px; */
z-index: 9999;
display: none;
font-size: 10px;
padding: 4px 6px;
line-height: 1em;
opacity: .8;
Expand Down Expand Up @@ -58,8 +57,8 @@
line-height: 1.45em;

&-scroll {
padding-top: 14px;
padding-bottom: 56px;
padding-top: 18px;
padding-bottom: 62px;
}

&:not(.CodeMirror-focused) {
Expand Down

0 comments on commit cb8aaef

Please sign in to comment.