From b1a1d5d434efe94f572aa66d37557f8b70b770f2 Mon Sep 17 00:00:00 2001 From: Mattias Bodlund Date: Wed, 20 Aug 2025 15:36:00 +0200 Subject: [PATCH] na --- app/assets/stylesheets/application.css | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/app/assets/stylesheets/application.css b/app/assets/stylesheets/application.css index 6b5cf9e..4f52a7a 100644 --- a/app/assets/stylesheets/application.css +++ b/app/assets/stylesheets/application.css @@ -518,7 +518,6 @@ main { font-size: var(--fs-base); line-height: 1.4; padding: 1.6rem 1.2rem; - } .result-actions { @@ -583,6 +582,13 @@ main { } } +.breakable { + overflow-wrap: break-word; + word-wrap: break-word; + hyphens: auto; +} + + .result-msg { background-color: var(--clr-white); border-radius: 1.2rem; @@ -594,6 +600,9 @@ main { font-size: var(--fs-3xl); line-height: 1.1; margin: 0 0 0.4em 0; + overflow-wrap: break-word; + word-wrap: break-word; + hyphens: auto; } & div:first-child {