We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eac6da9 commit 68dd965Copy full SHA for 68dd965
styles/mixins.scss
@@ -518,18 +518,14 @@ unpredictable css rules order in build */
518
519
@mixin tab-panel() {
520
display: flex;
521
- flex-wrap: nowrap;
+ flex-wrap: wrap;
522
justify-content: flex-start;
523
- overflow: auto;
524
525
&_centered {
526
- display: flex;
527
justify-content: center;
528
- flex-wrap: wrap;
529
}
530
531
@media (max-width: map-get($gridBreakpoints, 'md')) {
532
533
flex-wrap: nowrap;
534
535
overflow: auto;
0 commit comments