Textarea line height based on variable

This commit is contained in:
Adina Țeudan 2023-08-23 23:10:00 +03:00
parent f5f86d7e60
commit 6f3833a7f0

View File

@ -191,7 +191,7 @@ iqser-dynamic-input {
}
textarea {
line-height: 18px;
line-height: calc(var(--iqser-inputs-font-size) * 1.4);
}
.hex-color-input {