fix(fmt): replace break-all to break-word for fmt > p

This commit is contained in:
haitao(lj) 2022-12-16 20:15:12 +08:00
parent a00b768f5f
commit c9b6396158
1 changed files with 1 additions and 1 deletions

View File

@ -215,7 +215,7 @@ a {
max-width: 100%;
}
p {
word-break: break-all;
word-break: break-word;
> code {
background-color: #e9ecef;
color: #212529;