mirror of
https://github.com/CherryHQ/cherry-studio.git
synced 2025-12-26 03:31:24 +08:00
fix: change display style of .shiki class to flex for improved layout in CodePreview component
This commit is contained in:
parent
92f9f61deb
commit
56601651a0
@ -239,7 +239,7 @@ const ContentContainer = styled.div<{
|
||||
margin-top: 0;
|
||||
|
||||
.shiki {
|
||||
display: inline-block;
|
||||
display: flex;
|
||||
min-width: 100%;
|
||||
padding: 1em;
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user