Skip to content

Commit 21b466a

Browse files
authored
fix: tighten code display for ascii art (#363)
1 parent 5c92a0b commit 21b466a

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

app/assets/main.css

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -281,6 +281,9 @@ html.light .shiki span {
281281
white-space: pre;
282282
word-break: normal;
283283
overflow-wrap: normal;
284+
/* Makes unicode and ascii art work properly */
285+
line-height: 1.25;
286+
display: inline-block;
284287
}
285288

286289
.readme-content ul,

0 commit comments

Comments
 (0)