From e9ea2fcd0803e40918161573154f6edc50f8d4bb Mon Sep 17 00:00:00 2001 From: albinAppsmith <87797149+albinAppsmith@users.noreply.github.com> Date: Mon, 22 Jul 2024 11:50:43 +0530 Subject: [PATCH] fix: Tabs icon alignment --- app/client/src/IDE/Components/FileTab.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/app/client/src/IDE/Components/FileTab.tsx b/app/client/src/IDE/Components/FileTab.tsx index ec32b7739666..9adbf76867f7 100644 --- a/app/client/src/IDE/Components/FileTab.tsx +++ b/app/client/src/IDE/Components/FileTab.tsx @@ -26,6 +26,7 @@ export const StyledTab = styled(Flex)` align-items: center; justify-content: center; padding: var(--ads-v2-spaces-3); + padding-top: 6px; // to accomodate border and make icons align correctly border-left: 1px solid transparent; border-right: 1px solid transparent; border-top: 2px solid transparent;