Skip to content

Commit 0c1ae0d

Browse files
committed
fix: add no shrink in markdown pre tag
1 parent 01627ef commit 0c1ae0d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Common/Markdown/markdown.scss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,7 @@
6161
line-height: 1.45;
6262
background-color: var(--bg-secondary);
6363
border-radius: 3px;
64+
flex-shrink: 0;
6465

6566
code {
6667
display: inline;

0 commit comments

Comments
 (0)