Skip to content

Commit 846981b

Browse files
committed
woopsie
1 parent 02d1f27 commit 846981b

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

src/scss/_tab.scss

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ $prefix: '.tab';
6767

6868
&,
6969
&s,
70-
&s > li {
70+
> li {
7171
@extend %fwe-tab-all;
7272
padding: 0;
7373
margin: 0;
@@ -77,6 +77,7 @@ $prefix: '.tab';
7777
&s > li {
7878
@extend %fwe-tab-padding;
7979
border: 0;
80+
margin: 0;
8081
position: relative;
8182
background-color: $tabs-item-background;
8283
border-top-right-radius: $tab-item-border-radius;

0 commit comments

Comments
 (0)