말풍선 - 줄바꿈

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 {
padding: 14px;
text-align:left;
span{
text-align: left;
span {
word-wrap: break-word;
white-space: pre-wrap;
word-break: keep-all;
word-break: break-word;
}
}
}