Skip to content

Commit

Permalink
fix: Tabs icon alignment
Browse files Browse the repository at this point in the history
  • Loading branch information
albinAppsmith committed Jul 22, 2024
1 parent 57decce commit e9ea2fc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/client/src/IDE/Components/FileTab.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit e9ea2fc

Please sign in to comment.