Skip to content

Commit

Permalink
fix(TabsItem): gaps use first-child (#7629)
Browse files Browse the repository at this point in the history
  • Loading branch information
SevereCloud authored Sep 20, 2024
1 parent 9d4b21b commit e98a9e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/vkui/src/components/TabsItem/TabsItem.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
margin-block: 8px;
}

.TabsItem--withGaps:not(:first-of-type) {
.TabsItem--withGaps:not(:first-child) {
margin-inline-start: 6px;
}

Expand Down

0 comments on commit e98a9e4

Please sign in to comment.