From 8fb2853cbbca4044beb49b82c879f572723d06f5 Mon Sep 17 00:00:00 2001 From: Anmol Singh Bhatia Date: Wed, 17 Dec 2025 17:51:37 +0530 Subject: [PATCH 1/2] chore: py-page-y token added --- packages/tailwind-config/variables.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/packages/tailwind-config/variables.css b/packages/tailwind-config/variables.css index 0b0bedd2f99..133930b9c56 100644 --- a/packages/tailwind-config/variables.css +++ b/packages/tailwind-config/variables.css @@ -1140,6 +1140,10 @@ padding-bottom: 1.35rem; } +@utility pt-page-y { + padding-top: 1.35rem; +} + @utility scrollbar-hide { -ms-overflow-style: none; scrollbar-width: none; From 916432ac36c8786b5ce92268bb2e7bb38c354289 Mon Sep 17 00:00:00 2001 From: Anmol Singh Bhatia Date: Wed, 17 Dec 2025 17:52:18 +0530 Subject: [PATCH 2/2] fix: your work section empty state rendering --- apps/web/core/components/profile/profile-issues.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/web/core/components/profile/profile-issues.tsx b/apps/web/core/components/profile/profile-issues.tsx index b9a062b7507..60224186743 100644 --- a/apps/web/core/components/profile/profile-issues.tsx +++ b/apps/web/core/components/profile/profile-issues.tsx @@ -58,7 +58,7 @@ export const ProfileIssuesPage = observer(function ProfileIssuesPage(props: Prop <>
{profileWorkItemsFilter && } -
+
{activeLayout === "list" ? ( ) : activeLayout === "kanban" ? (