Skip to content

Commit

Permalink
Change fieldset's min-width to min-inline-size
Browse files Browse the repository at this point in the history
  • Loading branch information
zcorpan authored and annevk committed Aug 24, 2018
1 parent 951f9b0 commit 825ede5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source
Expand Up @@ -112151,7 +112151,7 @@ fieldset {
padding-inline-end: 0.75em;
padding-block-end: 0.625em;
padding-inline-start: 0.75em;
min-width: min-content;
min-inline-size: min-content;
}

legend {
Expand Down

0 comments on commit 825ede5

Please sign in to comment.