Skip to content

Commit

Permalink
fix(Tabs): add box sizing definition to triggerListWrapper (#2110)
Browse files Browse the repository at this point in the history
  • Loading branch information
jose-costa-frontify authored Nov 21, 2024
1 parent 21f2d80 commit a8fd119
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .changeset/neat-melons-wink.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@frontify/fondue-components": patch
---

fix(`Tabs`): web app overriding triggerListWrapper box sizing
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ $radius-without-border: calc(var(--radius) - var(--line-width));
padding-right: sizeToken(3);
gap: sizeToken(2);
border-bottom: 1px solid var(--line-color);
box-sizing: border-box;
}

.trigger {
Expand Down

0 comments on commit a8fd119

Please sign in to comment.