Merge pull request #169 from alessiocappa/FIX-TextAreaIssue

Fix textarea display issue
This commit is contained in:
soky srm
2025-11-11 16:10:48 +01:00
committed by GitHub

View File

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