Skip to content

Commit

Permalink
DOP-4132 Snooty overlapping tabs bug (#958)
Browse files Browse the repository at this point in the history
  • Loading branch information
anabellabuckvar authored Nov 14, 2023
1 parent c75d845 commit af71f25
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Tabs/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ const defaultTabsStyling = css`
align-items: center;
}
@media ${theme.screenSize.upToXLarge} {
@media ${theme.screenSize.upTo2XLarge} {
${TAB_BUTTON_SELECTOR} {
overflow: initial;
max-width: initial;
Expand Down

0 comments on commit af71f25

Please sign in to comment.