mirror of
https://github.com/voideditor/void
synced 2026-05-24 09:58:23 +00:00
fix spacing
This commit is contained in:
parent
c239682ad8
commit
4e0dd8f8db
1 changed files with 1 additions and 1 deletions
|
|
@ -325,7 +325,7 @@ export const SelectedFiles = (
|
|||
>
|
||||
{/* selection summary */}
|
||||
<div // container for item and its delete button (if it's last)
|
||||
className='flex items-center gap-1 mr-0.5 mb-0.5'
|
||||
className='flex items-center gap-1 mr-0.5 my-0.5'
|
||||
>
|
||||
<div // styled summary box
|
||||
className={`flex items-center gap-0.5 relative
|
||||
|
|
|
|||
Loading…
Reference in a new issue