mirror of
https://github.com/voideditor/void
synced 2026-05-24 09:58:23 +00:00
styles
This commit is contained in:
parent
6fa3901ab0
commit
de17b3add1
1 changed files with 2 additions and 2 deletions
|
|
@ -419,7 +419,7 @@ export const SelectedFiles = (
|
|||
}
|
||||
|
||||
return (
|
||||
<div className='flex items-center flex-wrap text-left relative gap-1'>
|
||||
<div className='flex items-center flex-wrap text-left relative gap-0.5'>
|
||||
|
||||
{allSelections.map((selection, i) => {
|
||||
|
||||
|
|
@ -432,7 +432,7 @@ export const SelectedFiles = (
|
|||
return <div // container for summarybox and code
|
||||
key={thisKey}
|
||||
className={`
|
||||
flex flex-col space-y-[1px]
|
||||
flex flex-col
|
||||
${isThisSelectionOpened ? 'w-full' : ''}
|
||||
`}
|
||||
>
|
||||
|
|
|
|||
Loading…
Reference in a new issue