mirror of
https://github.com/we-promise/sure.git
synced 2026-04-18 11:34:13 +00:00
FIX properly handle textarea override
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user