feat: add breadcrumb navigation header to card view (#250)

* feat: add card breadcrumb navigation

* feat: wrap title onto new line
This commit is contained in:
Henry
2025-11-21 21:34:12 +00:00
committed by GitHub
parent 1651faae14
commit 64aace6e3b
3 changed files with 70 additions and 35 deletions

View File

@@ -28,7 +28,7 @@ export default function BoardDropdown() {
},
]}
>
<HiEllipsisHorizontal className="h-6 w-6 text-dark-900" />
<HiEllipsisHorizontal className="h-5 w-5 text-dark-900" />
</Dropdown>
);
}