mirror of
https://github.com/voideditor/void
synced 2026-05-24 09:58:23 +00:00
bad spacing
This commit is contained in:
parent
8d8fcba833
commit
1b9fe5b16d
1 changed files with 1 additions and 1 deletions
|
|
@ -727,7 +727,7 @@ const ToolHeaderWrapper = ({
|
|||
return (<div className=''>
|
||||
<div className={`w-full border border-void-border-3 rounded px-2 py-1 bg-void-bg-3 overflow-hidden ${className}`}>
|
||||
{/* header */}
|
||||
<div className={`select-none flex items-center min-h-[24px] ${!isDropdown ? 'mx-1' : ''}`}>
|
||||
<div className={`select-none flex items-center min-h-[24px]`}>
|
||||
<div className={`flex items-center w-full gap-x-2 overflow-hidden justify-between ${isRejected ? 'line-through' : ''}`}>
|
||||
{/* left */}
|
||||
<div className={`
|
||||
|
|
|
|||
Loading…
Reference in a new issue