From 726fa3e45db88ba3b24bbbb4e000b336b0ecb85c Mon Sep 17 00:00:00 2001 From: Felquis G Date: Fri, 11 Oct 2024 14:23:33 -0300 Subject: [PATCH] fix reason word break causing paddings --- style.css | 2 ++ 1 file changed, 2 insertions(+) diff --git a/style.css b/style.css index 16ef2aad..4340532f 100644 --- a/style.css +++ b/style.css @@ -192,6 +192,8 @@ ul.footer-list select { .reason { white-space: pre-line; + text-wrap: balance; + word-break: break-word; padding: 0 6rem; }