This commit is contained in:
Zak Kohler 2025-03-15 13:47:26 +07:00 committed by GitHub
commit a2b8ed25b9
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -115,7 +115,7 @@
//
// Force height for alternatives input types
#{$parent-selector} input:not([type="checkbox"], [type="radio"], [type="range"]) {
#{$parent-selector} input:not([type="checkbox"], [type="radio"], [type="range"], [type="date"]) {
height: calc(
(1rem * var(#{$css-var-prefix}line-height)) +
(var(#{$css-var-prefix}form-element-spacing-vertical) * 2) +