fix text leaking out drop zone on mobile

This commit is contained in:
2026-03-20 22:28:57 +00:00
parent 3f6a5e7c1e
commit ac46e4106f

View File

@@ -121,6 +121,10 @@ html, body {
color: #5d4a36 !important; color: #5d4a36 !important;
font-size: 1.1rem; font-size: 1.1rem;
text-align: center; text-align: center;
inline-size: 100%;
overflow-wrap: break-word !important;
word-break: break-all !important;
padding: 0 10px !important;
} }
.drop-text span { .drop-text span {