Skip to content

Commit

Permalink
fix: use flex for tab group
Browse files Browse the repository at this point in the history
  • Loading branch information
dauriamarco committed Sep 27, 2023
1 parent 095721e commit bd2668c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/sbb-tab-group/sbb-tab-group.scss
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
@include sbb.host-component-properties;

.tab-group {
display: inline-flex;
display: flex;
flex-wrap: wrap;
}

Expand Down

0 comments on commit bd2668c

Please sign in to comment.