Skip to content

Commit

Permalink
fix(Button): buttons within table cells are overflowing container (#2143
Browse files Browse the repository at this point in the history
)
  • Loading branch information
jose-costa-frontify authored Dec 17, 2024
1 parent dd3305a commit 0068c39
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/wet-otters-press.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@frontify/fondue-components": patch
---

fix(`Button`): buttons within table cells are overflowing container
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import { sv } from '#/utilities/styleUtilities';

export const buttonStyles = sv({
base:
'tw-group tw-relative tw-flex tw-flex-row tw-gap-2 tw-items-center tw-justify-center tw-cursor-pointer tw-font-body tw-font-medium ' +
'tw-group tw-relative tw-flex tw-flex-row tw-gap-2 tw-items-center tw-justify-center tw-cursor-pointer tw-font-body tw-font-medium tw-box-border ' +
`${FOCUS_OUTLINE}`,
variants: {
disabled: {
Expand Down

0 comments on commit 0068c39

Please sign in to comment.