[WEB-4497] chore: reduce breadcrumb height (#7413)
* chore: reduce breadcrumb height from 3.75rem to 3.25rem * chore: code refactor * chore: code refactor
This commit is contained in:
parent
ac22df3f88
commit
da5390fa03
7 changed files with 10 additions and 7 deletions
|
|
@ -77,7 +77,7 @@ export const AdminSidebarDropdown = observer(() => {
|
|||
}, [csrfToken]);
|
||||
|
||||
return (
|
||||
<div className="flex max-h-[3.75rem] items-center gap-x-5 gap-y-2 border-b border-custom-sidebar-border-200 px-4 py-3.5">
|
||||
<div className="flex max-h-header items-center gap-x-5 gap-y-2 border-b border-custom-sidebar-border-200 px-4 py-3.5">
|
||||
<div className="h-full w-full truncate">
|
||||
<div
|
||||
className={`flex flex-grow items-center gap-x-2 truncate rounded py-1 ${
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue