mirror of https://gitee.com/answerdev/answer.git
fix(fmt): replace break-all to break-word for fmt > p
This commit is contained in:
parent
a00b768f5f
commit
c9b6396158
|
@ -215,7 +215,7 @@ a {
|
|||
max-width: 100%;
|
||||
}
|
||||
p {
|
||||
word-break: break-all;
|
||||
word-break: break-word;
|
||||
> code {
|
||||
background-color: #e9ecef;
|
||||
color: #212529;
|
||||
|
|
Loading…
Reference in New Issue