Skip to content

Commit

Permalink
chore: set fixed height to dismissible tab
Browse files Browse the repository at this point in the history
  • Loading branch information
alex-golovanov committed Feb 5, 2025
1 parent 156be69 commit f3db2d9
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@ export const Tab = styled.div`
justify-content: center;
flex-shrink: 0;
gap: var(--ads-v2-spaces-2);
height: 100%;
min-height: 32px;
max-height: 32px;
font-size: 12px;
color: var(--ads-v2-color-fg);
cursor: pointer;
Expand Down

0 comments on commit f3db2d9

Please sign in to comment.