Skip to content

Commit 68dd965

Browse files
fix(Tabs): wrap tabs on desktop (#237)
1 parent eac6da9 commit 68dd965

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

styles/mixins.scss

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -518,18 +518,14 @@ unpredictable css rules order in build */
518518

519519
@mixin tab-panel() {
520520
display: flex;
521-
flex-wrap: nowrap;
521+
flex-wrap: wrap;
522522
justify-content: flex-start;
523-
overflow: auto;
524523

525524
&_centered {
526-
display: flex;
527525
justify-content: center;
528-
flex-wrap: wrap;
529526
}
530527

531528
@media (max-width: map-get($gridBreakpoints, 'md')) {
532-
display: flex;
533529
flex-wrap: nowrap;
534530
justify-content: flex-start;
535531
overflow: auto;

0 commit comments

Comments
 (0)