[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:
Anmol Singh Bhatia 2025-07-16 01:03:31 +05:30 committed by GitHub
parent ac22df3f88
commit da5390fa03
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
7 changed files with 10 additions and 7 deletions

View file

@ -94,7 +94,7 @@ export const ProjectDraftIssueHeader: FC = observer(() => {
const issueCount = undefined;
return (
<div className="relative z-10 flex h-[3.75rem] w-full flex-shrink-0 flex-row items-center justify-between gap-x-2 gap-y-4 bg-custom-sidebar-background-100 p-4">
<div className="relative z-10 flex h-header w-full flex-shrink-0 flex-row items-center justify-between gap-x-2 gap-y-4 bg-custom-sidebar-background-100 p-4">
<div className="flex w-full flex-grow items-center gap-2 overflow-ellipsis whitespace-nowrap">
<div className="flex items-center gap-2.5">
<Breadcrumbs isLoading={loader === "init-loader"}>