Skip to content

Commit

Permalink
Update src/extra/normalize.src.css
Browse files Browse the repository at this point in the history
  • Loading branch information
argyleink authored Dec 23, 2024
1 parent d1cc08d commit 89af17c
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion src/extra/normalize.src.css
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,12 @@
border-radius: var(--radius-2);
}

:where(textarea) { resize: block; field-sizing: content }
:where(textarea) {
resize: block;
field-sizing: content;
min-inline-size: var(--size-content-1);
min-block-size: 2lh;
}

:where(input[type="checkbox"], input[type="radio"]) {
block-size: var(--size-3);
Expand Down

0 comments on commit 89af17c

Please sign in to comment.