Skip to content

Commit

Permalink
Add padding to tab list in tab component
Browse files Browse the repository at this point in the history
  • Loading branch information
Rishit30G committed Jan 27, 2025
1 parent 868135f commit 3fe5157
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/components/src/tabs/styles.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ export const StyledTabList = styled( Ariakit.TabList )`
display: flex;
align-items: stretch;
overflow-x: auto;
padding-bottom: 3px;
&[aria-orientation='vertical'] {
flex-direction: column;
Expand Down

0 comments on commit 3fe5157

Please sign in to comment.