We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c34269e commit af3552aCopy full SHA for af3552a
src/components/Tab/Tab.js
@@ -19,7 +19,7 @@ const StyledTab = styled.button`
19
border-bottom: none;
20
border-top-left-radius: 5px;
21
border-top-right-radius: 5px;
22
- margin-bottom: -2px;
+ margin: 0 0 -2px 0;
23
cursor: default;
24
color: ${({ theme }) => theme.text};
25
user-select: none;
0 commit comments