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 0380eed commit 342f4d9Copy full SHA for 342f4d9
src/blocks/Tabs/Tabs.scss
@@ -11,9 +11,11 @@ $block: '.#{$ns}TabsBlock';
11
}
12
13
&__tabs {
14
- flex-wrap: nowrap;
15
- overflow-x: auto;
16
- margin-bottom: $indentM;
+ @include add-specificity(&) {
+ flex-wrap: nowrap;
+ overflow-x: auto;
17
+ margin-bottom: $indentM;
18
+ }
19
20
21
&__image {
0 commit comments