From d77142c5a7b44741359865d13a293806685397af Mon Sep 17 00:00:00 2001 From: Takuya Matsuyama Date: Mon, 27 Feb 2023 09:24:49 +0900 Subject: [PATCH] fix(bubble): wrap with break-word fix a trivial issue fix #12 --- src/bubble.css | 1 + 1 file changed, 1 insertion(+) diff --git a/src/bubble.css b/src/bubble.css index 38573e5..b988cce 100644 --- a/src/bubble.css +++ b/src/bubble.css @@ -15,6 +15,7 @@ margin-right: 25%; background-color: #eee; position: relative; + overflow-wrap: break-word; } .bubble:last-child .bubble-content:before,