FIX properly handle textarea override

This commit is contained in:
sokie
2025-11-11 16:05:18 +01:00
parent 666c4e3b3e
commit 6697987ed8

View File

@@ -366,6 +366,11 @@
}
}
}
textarea.form-field__input {
@apply whitespace-normal overflow-auto;
text-overflow: clip;
}
select.form-field__input {
@apply pr-10 appearance-none;