修复评论换行处理问题
This commit is contained in:
parent
8ab1bdf30a
commit
62c4bfb9eb
@ -119,6 +119,7 @@ export default {
|
|||||||
p {
|
p {
|
||||||
line-height: 1.5;
|
line-height: 1.5;
|
||||||
word-break: break-all;
|
word-break: break-all;
|
||||||
|
overflow-wrap: break-word;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user