Fix text overflow

This commit is contained in:
2026-05-06 09:23:23 +02:00
parent 25e6088355
commit e5a0caa8b6
+2 -1
View File
@@ -315,5 +315,6 @@ p.price {
} }
.texto-ajustado { .texto-ajustado {
overflow-wrap: anywhere; overflow-wrap: break-word;
word-wrap: break-word;
} }