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 {