From ac46e4106f2a8c9a99ba010c5f3dc2066077ff03 Mon Sep 17 00:00:00 2001 From: chloe Date: Fri, 20 Mar 2026 22:28:57 +0000 Subject: [PATCH] fix text leaking out drop zone on mobile --- Seasoned.Frontend/app/assets/css/app-theme.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Seasoned.Frontend/app/assets/css/app-theme.css b/Seasoned.Frontend/app/assets/css/app-theme.css index 9d458d7..fc1335e 100644 --- a/Seasoned.Frontend/app/assets/css/app-theme.css +++ b/Seasoned.Frontend/app/assets/css/app-theme.css @@ -121,6 +121,10 @@ html, body { color: #5d4a36 !important; font-size: 1.1rem; text-align: center; + inline-size: 100%; + overflow-wrap: break-word !important; + word-break: break-all !important; + padding: 0 10px !important; } .drop-text span {