Skip to content

Commit d735213

Browse files
committed
(fix) inline-code text spacing
1 parent 94e1fe6 commit d735213

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/styles/helper.scss

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,11 +69,13 @@
6969
}
7070

7171
.text-inline-code {
72+
display: inline-block;
7273
font-size: 12px;
7374
color: var(--chat-markdown-color);
7475
background: var(--chat-markdown-bg);
7576
border: 1px solid var(--chat-markdown-border);
7677
border-radius: 3px;
78+
margin: 2px 0;
7779
padding: 2px 3px;
7880
}
7981

0 commit comments

Comments
 (0)