From 3cbd460259594371478e53404e1ec0baf26e5e2b Mon Sep 17 00:00:00 2001 From: Alf Eaton Date: Mon, 9 Jan 2023 12:53:13 +0000 Subject: [PATCH] Set `resize: vertical` for textareas (#11010) GitOrigin-RevId: 1fffad2b35937a9b44440b1007526df266fcf255 --- services/web/frontend/stylesheets/core/scaffolding.less | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/services/web/frontend/stylesheets/core/scaffolding.less b/services/web/frontend/stylesheets/core/scaffolding.less index a4ac0963ce..bd2845b3a8 100755 --- a/services/web/frontend/stylesheets/core/scaffolding.less +++ b/services/web/frontend/stylesheets/core/scaffolding.less @@ -58,6 +58,11 @@ textarea { line-height: inherit; } +// Keep textarea within horizontal container when resizing +textarea { + resize: vertical; +} + // Links a {