Skip to content

Commit cfaa81d

Browse files
committed
fix: Explicitly make the code inline.
1 parent 5282820 commit cfaa81d

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/styles/base.less

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,11 @@
88
.cell {
99
margin: 5px 0;
1010
}
11+
pre {
12+
code {
13+
display: inline;
14+
}
15+
}
1116
.input {
1217
display: flex;
1318
flex-direction: row;

0 commit comments

Comments
 (0)