From 3111dd785b08c3c42179990efd95170740d13d7f Mon Sep 17 00:00:00 2001 From: mattwr18 Date: Thu, 25 May 2023 07:54:14 +0200 Subject: [PATCH] Fix word wrapping issue in requests new form --- app/components/textarea/textarea.css | 1 + 1 file changed, 1 insertion(+) diff --git a/app/components/textarea/textarea.css b/app/components/textarea/textarea.css index 14e335d58..f8d76e61c 100644 --- a/app/components/textarea/textarea.css +++ b/app/components/textarea/textarea.css @@ -48,6 +48,7 @@ position: absolute; top: 0; left: 0; + overflow-wrap: break-word; white-space: pre-wrap; border-color: transparent; color: var(--color-text);