Skip to content

Commit

Permalink
chore(custom-views): Add more right margin to add view button (#76678)
Browse files Browse the repository at this point in the history
before:


![image](https://github.com/user-attachments/assets/e95f4a68-273b-4ad2-aed9-ac03c1cba6f9)


after:


![image](https://github.com/user-attachments/assets/60506b09-b744-44b7-bd8a-b9a473d5e35a)


This happened because I removed the tab divider after the add view
button. This spacing keeps it in line with the spacing between all the
other tabs.
  • Loading branch information
MichaelSun48 authored Aug 28, 2024
1 parent 9d84e4a commit 8f721d7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions static/app/components/draggableTabs/draggableTabList.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -261,6 +261,7 @@ const AddViewButton = styled(Button)`
font-weight: normal;
padding: ${space(0.5)};
transform: translateY(1px);
margin-right: ${space(0.5)};
`;

const StyledIconAdd = styled(IconAdd)`
Expand Down

0 comments on commit 8f721d7

Please sign in to comment.