We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 94e1fe6 commit d735213Copy full SHA for d735213
src/styles/helper.scss
@@ -69,11 +69,13 @@
69
}
70
71
.text-inline-code {
72
+ display: inline-block;
73
font-size: 12px;
74
color: var(--chat-markdown-color);
75
background: var(--chat-markdown-bg);
76
border: 1px solid var(--chat-markdown-border);
77
border-radius: 3px;
78
+ margin: 2px 0;
79
padding: 2px 3px;
80
81
0 commit comments