fix: evitar overflow en descripciones largas sin saltos de línea

Agent-Logs-Url: https://github.com/dsaub/proyecto-final/sessions/5d4fb379-0cda-4ba0-803a-9110b1433c27

Co-authored-by: dsaub <54474838+dsaub@users.noreply.github.com>
This commit is contained in:
copilot-swe-agent[bot]
2026-04-20 08:21:08 +00:00
committed by GitHub
parent 4a3f5a8025
commit 1770293221
5 changed files with 10 additions and 6 deletions
+4
View File
@@ -234,4 +234,8 @@ p.price {
object-position: center;
}
.texto-ajustado {
overflow-wrap: anywhere;
}
/*# sourceMappingURL=custom.css.map */