mirror of
https://github.com/voideditor/void
synced 2026-05-24 09:58:23 +00:00
style
This commit is contained in:
parent
aa835d468b
commit
971ce88df2
1 changed files with 1 additions and 1 deletions
|
|
@ -432,7 +432,7 @@ export const SelectedFiles = (
|
|||
return <div // container for summarybox and code
|
||||
key={thisKey}
|
||||
className={`
|
||||
flex flex-col
|
||||
flex flex-col space-y-0.5
|
||||
${isThisSelectionOpened ? 'w-full' : ''}
|
||||
`}
|
||||
>
|
||||
|
|
|
|||
Loading…
Reference in a new issue