Set resize: vertical for textareas (#11010)

GitOrigin-RevId: 1fffad2b35937a9b44440b1007526df266fcf255
This commit is contained in:
Alf Eaton 2023-01-09 12:53:13 +00:00 committed by Copybot
parent edbe12b86f
commit 3cbd460259

View file

@ -58,6 +58,11 @@ textarea {
line-height: inherit;
}
// Keep textarea within horizontal container when resizing
textarea {
resize: vertical;
}
// Links
a {