settings: Add responsiveness to textarea fields.

This commit adds responsiveness to textarea fields to improve the
responsive flow of the page.
This commit is contained in:
Sayam Samal
2022-03-09 02:16:20 +05:30
committed by Tim Abbott
parent cccb3b1b32
commit 9b378b0718

View File

@@ -1590,7 +1590,8 @@ input[type="checkbox"] {
}
textarea {
width: 320px;
width: max(206px, 25vw);
max-width: 320px;
height: 80px;
}