FIX Word break problem
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Nonimart 2025-10-17 11:01:06 +02:00
parent d5f86028c1
commit 044eadfcb6

View File

@ -5,6 +5,7 @@
.reference-item {
@apply pl-6 relative;
word-break: break-word;
p,
span {
@apply !text-lg;