Skip to content

Commit

Permalink
docs: fix line hight
Browse files Browse the repository at this point in the history
  • Loading branch information
huozhi committed Feb 11, 2024
1 parent 36eb206 commit e4bcba6
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions docs/app/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ input[type="checkbox"]:checked {
background-color: #f6f6f6;
border: none;
font-size: 16px;
line-height: 1.25em;
line-height: 1.5em;
caret-color: #333;
outline: none;
scrollbar-width: none;
Expand Down Expand Up @@ -223,7 +223,7 @@ pre code .sh__line::before {

.codice-editor code,
.codice-editor textarea {
padding: 24px 48px;
padding: 24px 12px 24px 48px;
}

.live-editor__color {
Expand Down Expand Up @@ -262,7 +262,6 @@ pre code .sh__line::before {
}
.sh__line {
display: block;
line-height: 1.5em;
}
.live-editor .sh__line {
color: #333;
Expand Down

0 comments on commit e4bcba6

Please sign in to comment.