Skip to content

Commit 25b21fc

Browse files
author
Juli Ovechkina
authored
Merge pull request #42 from gravity-ui/yuberdysheva/fix-tabs
fix(Tabs): add specifity
2 parents 0380eed + 342f4d9 commit 25b21fc

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

src/blocks/Tabs/Tabs.scss

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,11 @@ $block: '.#{$ns}TabsBlock';
1111
}
1212

1313
&__tabs {
14-
flex-wrap: nowrap;
15-
overflow-x: auto;
16-
margin-bottom: $indentM;
14+
@include add-specificity(&) {
15+
flex-wrap: nowrap;
16+
overflow-x: auto;
17+
margin-bottom: $indentM;
18+
}
1719
}
1820

1921
&__image {

0 commit comments

Comments
 (0)