From b2995f6306e013955ee709c6f9f344fc8ae228ea Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mateus=20Cez=C3=A1rio=20Barreto?= Date: Fri, 14 Nov 2025 19:19:05 -0300 Subject: [PATCH] Small fix on text wrapping in chapa_sigmoide.css --- public/css/chapa_sigmoide.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/public/css/chapa_sigmoide.css b/public/css/chapa_sigmoide.css index cc0629e..dece409 100644 --- a/public/css/chapa_sigmoide.css +++ b/public/css/chapa_sigmoide.css @@ -240,6 +240,7 @@ div.ficha column-gap: 0; width: 100%; max-width: unset; + text-wrap: unset; } div.ficha h2 @@ -282,6 +283,9 @@ div.ficha div.description max-width: unset; border: unset; width: 100%; + overflow-wrap: break-word; + overflow: unset; + text-wrap: unset; } @keyframes image-change