Update packages

This commit is contained in:
Lucas Larroche 2021-10-25 10:22:22 +07:00
parent d68d7b86fa
commit 6cd0e06097
10 changed files with 565 additions and 586 deletions

View file

@ -1165,7 +1165,7 @@ textarea {
}
input:not([type=checkbox]):not([type=radio]):not([type=range]) {
height: calc( (1rem * var(--line-height)) + (var(--form-element-spacing-vertical) * 2) + (var(--border-width) * 2) );
height: calc(1rem * var(--line-height) + var(--form-element-spacing-vertical) * 2 + var(--border-width) * 2);
}
fieldset {