fix: remove unnecessary gap from SiteHeader layout
This commit is contained in:
parent
e68a2720d5
commit
1236ed0322
1 changed files with 1 additions and 1 deletions
|
|
@ -32,7 +32,7 @@ export function SiteHeader() {
|
|||
userOpen={openUserMenuSidebar}
|
||||
/>
|
||||
|
||||
<div className="float-end flex flex-1 items-center justify-end gap-2">
|
||||
<div className="float-end flex flex-1 items-center justify-end">
|
||||
<RicercaCommand />
|
||||
|
||||
<div className="hidden w-fit items-center gap-2 md:flex">
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue