9 lines
144 B
SCSS
Raw Normal View History

2019-10-21 13:20:14 +09:00
.bubble-main {
padding: 14px;
text-align:left;
2019-11-01 17:33:14 +09:00
span{
word-wrap: break-word;
white-space: pre-wrap;
word-break: keep-all;
}
2019-10-21 13:20:14 +09:00
}