From 2e7f99fea008cd51f7eeaabfed6f2c85fb3c7229 Mon Sep 17 00:00:00 2001 From: Tom Richards Date: Wed, 15 Nov 2023 17:17:26 +0000 Subject: [PATCH] =?UTF-8?q?fix=20wrapping=20on=20'graphic=20content'=20exp?= =?UTF-8?q?lainer=20as=20it=20was=20spilling=20out=20in=20FF=20&=20Safari?= =?UTF-8?q?=20(turns=20out=20`text-wrap`=20is=20an=20experimental=20proper?= =?UTF-8?q?ty=20accepted=20only=20by=20chrome=20=F0=9F=A4=A6=E2=80=8D)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- kahuna/public/stylesheets/main.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/kahuna/public/stylesheets/main.css b/kahuna/public/stylesheets/main.css index 1cc9d81a3a..da1cd0c2d5 100644 --- a/kahuna/public/stylesheets/main.css +++ b/kahuna/public/stylesheets/main.css @@ -1576,7 +1576,8 @@ textarea.ng-invalid { color: black; padding: 5px; border-radius: 3px; - text-wrap: initial; + word-break: normal; + white-space: normal; } .graphic-image-blur-explainer__tooltip a { color: black;