말풍선 - 줄바꿈

This commit is contained in:
khk 2019-11-21 15:04:03 +09:00
parent 6dee2b5824
commit 2c464bcc52

View File

@ -4,6 +4,6 @@
span {
word-wrap: break-word;
white-space: pre-wrap;
word-break: keep-all;
word-break: break-word;
}
}