Skip to content

Commit 4febf27

Browse files
authored
[css-forms-1] Change gap to 0.5em (#12139)
This matches the implementation and HTML spec PR: whatwg/html#10670
1 parent 82e7bf6 commit 4febf27

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

css-forms-1/Overview.bs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -904,7 +904,7 @@ input:is([type="color"], [type="button"], [type="reset"], [type="submit"]) {
904904
/* Push picker icon to the right of the box and have some space
905905
* in between it and the text. */
906906
display: inline-flex;
907-
gap: 1em;
907+
gap: 0.5em;
908908

909909
user-select: none;
910910

0 commit comments

Comments
 (0)