fix(bubble): wrap with break-word

fix a trivial issue

fix #12
This commit is contained in:
Takuya Matsuyama 2023-02-27 09:24:49 +09:00
parent 8a183604af
commit d77142c5a7

View file

@ -15,6 +15,7 @@
margin-right: 25%;
background-color: #eee;
position: relative;
overflow-wrap: break-word;
}
.bubble:last-child .bubble-content:before,