From 05df7d142106e096f688126ebe1cdf4cf7952732 Mon Sep 17 00:00:00 2001 From: Kalle <38327916+Sendouc@users.noreply.github.com> Date: Sat, 21 Mar 2026 15:29:06 +0200 Subject: [PATCH] Allow resizing textarea also horizontally --- app/styles/common.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/styles/common.css b/app/styles/common.css index 1fa95c30f..7228fe6da 100644 --- a/app/styles/common.css +++ b/app/styles/common.css @@ -93,7 +93,7 @@ background-color: var(--color-bg); font-size: var(--font-sm); outline: none; - resize: vertical; + resize: both; &:focus-within { outline: var(--focus-ring);