Merge branch 'feat/ui-0.7.0' into 'test'

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

See merge request opensource/answer!356
This commit is contained in:
贾海涛(龙笛)
2022-12-16 12:22:39 +00:00
+1 -1
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;