mirror of
https://github.com/zulip/zulip.git
synced 2025-10-28 10:33:54 +00:00
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:
@@ -1590,7 +1590,8 @@ input[type="checkbox"] {
|
||||
}
|
||||
|
||||
textarea {
|
||||
width: 320px;
|
||||
width: max(206px, 25vw);
|
||||
max-width: 320px;
|
||||
height: 80px;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user