Skip to content

Commit 5a771a6

Browse files
authored
fix #184 (#313)
1 parent ec469c7 commit 5a771a6

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

packages/site-kit/src/lib/components/Text.svelte

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -282,10 +282,9 @@
282282
283283
p code {
284284
max-width: 100%;
285-
display: inline-flex;
286285
overflow-x: auto;
287-
padding-top: 0;
288-
padding-bottom: 0;
286+
padding-top: 0.2em;
287+
padding-bottom: 0.2em;
289288
}
290289
291290
a:not(.permalink) {

0 commit comments

Comments
 (0)