mirror of
https://github.com/simstudioai/sim.git
synced 2026-04-28 03:00:29 -04:00
fix(resource-menu): consistent height between 1 result and no results (#4007)
This commit is contained in:
@@ -216,7 +216,7 @@ export function AddResourceDropdown({
|
||||
)
|
||||
})
|
||||
) : (
|
||||
<div className='px-2 py-[5px] text-center font-medium text-[var(--text-tertiary)] text-caption'>
|
||||
<div className='px-2 py-1.5 text-center font-medium text-[var(--text-tertiary)] text-caption'>
|
||||
No results
|
||||
</div>
|
||||
)
|
||||
|
||||
@@ -183,7 +183,7 @@ export const PlusMenuDropdown = React.memo(
|
||||
)
|
||||
})
|
||||
) : (
|
||||
<div className='px-2 py-[5px] text-center font-medium text-[12px] text-[var(--text-tertiary)]'>
|
||||
<div className='px-2 py-1.5 text-center font-medium text-[12px] text-[var(--text-tertiary)]'>
|
||||
No results
|
||||
</div>
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user