From 08480cd7cf82d84e7401e91e9c59384eae170fec Mon Sep 17 00:00:00 2001 From: Minh-Huan Huynh Date: Wed, 24 Nov 2021 21:10:06 +0900 Subject: [PATCH] Add wrap for note when overflow It would be better if you use overflow-wrap for --- src/index.css | 1 + 1 file changed, 1 insertion(+) diff --git a/src/index.css b/src/index.css index 9bb0c6b..7f7a0c9 100644 --- a/src/index.css +++ b/src/index.css @@ -79,6 +79,7 @@ textarea:focus { flex-direction: column; justify-content: space-between; white-space: pre-wrap; + overflow-wrap: break-word; } .note-footer {