Skip to content

Commit

Permalink
Fix wiki-preview line-height
Browse files Browse the repository at this point in the history
  • Loading branch information
ishikawa999 committed Dec 5, 2023
1 parent 52a8a4d commit 39a58c8
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions src/styles/components/_wiki.scss
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,9 @@ div.wiki {
padding: 9px;
border-radius: 4px;
}
}

/* Fix an issue where the default line-height is 1.5em, which breaks the layout. */
.box div.wiki-preview {
line-height: 1.5;
}
2 changes: 1 addition & 1 deletion stylesheets/theme.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion stylesheets/theme.css.map

Large diffs are not rendered by default.

0 comments on commit 39a58c8

Please sign in to comment.