Skip to content

Commit

Permalink
use min height
Browse files Browse the repository at this point in the history
  • Loading branch information
JackyxCS committed Jun 20, 2023
1 parent 8cb82fa commit 3d3e3f2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion src/tabs/Tabs.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ const tabListCSS = css`
outline: none;
cursor: pointer;
padding: 0 ${theme.spacing.padding16}px;
height: 30px;
min-height: 30px;
transition: 0.3s;
font-weight: bold;
border-color: var(--tab-border-color);
Expand Down
1 change: 1 addition & 0 deletions stories/Tabs.stories.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,7 @@ export const WithExtra: Story<TabsProps> = args => (
css={css`
padding: 0 ${theme.spacing.padding16}px;
border: none;
height: 50px;
`}
/>
}
Expand Down

0 comments on commit 3d3e3f2

Please sign in to comment.