From fa7b8dc7f50ec594d81feb1263e3b126420c5f1f Mon Sep 17 00:00:00 2001 From: Arthur Lu Date: Wed, 30 Nov 2022 14:58:34 -0800 Subject: [PATCH] add text break to Form.css Signed-off-by: Arthur Lu --- source/static/Form.css | 1 + 1 file changed, 1 insertion(+) diff --git a/source/static/Form.css b/source/static/Form.css index 584826a..283cc0d 100644 --- a/source/static/Form.css +++ b/source/static/Form.css @@ -17,6 +17,7 @@ border: 2px solid rgb(31 41 32); border-radius: 8px; background-color: #f7dfd5; + word-break: break-all; } #d-meal-img {