말풍선 - 줄바꿈

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

View File

@ -1,9 +1,9 @@
.bubble-main { .bubble-main {
padding: 14px; padding: 14px;
text-align:left; text-align: left;
span{ span {
word-wrap: break-word; word-wrap: break-word;
white-space: pre-wrap; white-space: pre-wrap;
word-break: keep-all; word-break: break-word;
} }
} }