From 2f80d59ba91bc33604378c9d5f7052f4a5cdf11d Mon Sep 17 00:00:00 2001 From: Anmol Singh Bhatia <121005188+anmolsinghbhatia@users.noreply.github.com> Date: Wed, 17 Dec 2025 17:58:22 +0530 Subject: [PATCH] [WEB-5614] fix: empty state and padding token fixes (#8359) --- apps/web/core/components/profile/profile-issues.tsx | 2 +- packages/tailwind-config/variables.css | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/apps/web/core/components/profile/profile-issues.tsx b/apps/web/core/components/profile/profile-issues.tsx index b9a062b750..6022418674 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" ? ( diff --git a/packages/tailwind-config/variables.css b/packages/tailwind-config/variables.css index 0b0bedd2f9..133930b9c5 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;