Skip to content

Commit

Permalink
fix(TMC-27716): fix firefox height for fieldset
Browse files Browse the repository at this point in the history
  • Loading branch information
Geoffroy Baccarini committed Mar 29, 2024
1 parent a33e286 commit a9a0dd9
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
5 changes: 5 additions & 0 deletions .changeset/chatty-cherries-do.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@talend/design-system": patch
---

TMC-27716 - Fix firefox fieldset height
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,8 @@
.fieldset {
padding: 0;
border: none;
display: flex;
flex-flow: column;
gap: tokens.$coral-spacing-s;
display: grid;
}

.legend {
Expand Down

0 comments on commit a9a0dd9

Please sign in to comment.