- Textarea width for Firefox

This commit is contained in:
Simon Brooke
2026-01-26 13:03:30 +00:00
parent 93ec3ed89f
commit 8b263d3664
+3 -1
View File
@@ -86,7 +86,9 @@ body {
}
textarea {
width: stretch !important;
/* Firefox doesnt understand some CSS!*/
/* width: stretch !important;*/
width: calc(100% - 20px) !important;
outline-color: #c2aec9;
background-color: white;
}