Skip to content

Commit 34cc15a

Browse files
zcorpanannevk
authored andcommitted
Change fieldset's default padding to match the majority
WebKit/Chromium/EdgeHTML have 0.75em left/right padding and 0.625em bottom padding. Gecko has it the other way around. Tests: web-platform-tests/wpt#12501. Fixes #3921.
1 parent fefb879 commit 34cc15a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

source

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -112277,9 +112277,9 @@ fieldset {
112277112277
margin-inline-end: 2px;
112278112278
border: groove 2px ThreeDFace;
112279112279
padding-block-start: 0.35em;
112280-
padding-inline-end: 0.625em;
112281-
padding-block-end: 0.75em;
112282-
padding-inline-start: 0.625em;
112280+
padding-inline-end: 0.75em;
112281+
padding-block-end: 0.625em;
112282+
padding-inline-start: 0.75em;
112283112283
min-width: min-content;
112284112284
}
112285112285

0 commit comments

Comments
 (0)