Skip to content

Commit

Permalink
chore(inline-control-group): fix responsive fieldset browser bug
Browse files Browse the repository at this point in the history
  • Loading branch information
TheSisb committed Oct 5, 2021
1 parent 7edfbcf commit 28f1223
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .changeset/thick-seahorses-try.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
'@twilio-paste/core': patch
'@twilio-paste/inline-control-group': patch
---

Fixes a browser quirk around responsive 'fieldset' HTML elements.
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ const InlineControlGroup = React.forwardRef<HTMLFieldSetElement, InlineControlGr
as="fieldset"
margin="space0"
padding="space0"
minWidth="0px"
borderWidth="borderWidth0"
ref={ref}
>
Expand Down

0 comments on commit 28f1223

Please sign in to comment.