diff --git a/Household/Household.css b/Household/Household.css index 9261eb7c05..5617d97a7a 100644 --- a/Household/Household.css +++ b/Household/Household.css @@ -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; }