Small fix on text wrapping in chapa_sigmoide.css

This commit is contained in:
Mateus Cezário Barreto 2025-11-14 19:19:05 -03:00
commit b2995f6306

View file

@ -240,6 +240,7 @@ div.ficha
column-gap: 0; column-gap: 0;
width: 100%; width: 100%;
max-width: unset; max-width: unset;
text-wrap: unset;
} }
div.ficha h2 div.ficha h2
@ -282,6 +283,9 @@ div.ficha div.description
max-width: unset; max-width: unset;
border: unset; border: unset;
width: 100%; width: 100%;
overflow-wrap: break-word;
overflow: unset;
text-wrap: unset;
} }
@keyframes image-change @keyframes image-change