parent
ec5c0e2fef
commit
d2d101fe34
1 changed files with 2 additions and 1 deletions
|
@ -19,6 +19,7 @@ form {
|
|||
gap: 0.5rem;
|
||||
border: 1px solid var(--gray);
|
||||
padding: var(--gap);
|
||||
block-size: min-content;
|
||||
|
||||
.fieldset {
|
||||
display: grid;
|
||||
|
@ -51,7 +52,7 @@ form {
|
|||
&:has(> textarea) {
|
||||
grid-template-rows: min-content 1fr;
|
||||
textarea {
|
||||
height: 100%;
|
||||
resize: block;
|
||||
}
|
||||
}
|
||||
&:has(> input[type="checkbox"]) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue