mirror of
https://github.com/CherryHQ/cherry-studio.git
synced 2026-01-06 04:50:29 +08:00
fix: change display style of .shiki class to flex for improved layout in CodePreview component
This commit is contained in:
parent
c28afebdfd
commit
55852cb0a1
@ -239,7 +239,7 @@ const ContentContainer = styled.div<{
|
|||||||
margin-top: 0;
|
margin-top: 0;
|
||||||
|
|
||||||
.shiki {
|
.shiki {
|
||||||
display: inline-block;
|
display: flex;
|
||||||
min-width: 100%;
|
min-width: 100%;
|
||||||
padding: 1em;
|
padding: 1em;
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user