style: use overflow-wrap instead of global word break

This commit is contained in:
charlie
2020-12-28 15:58:35 +08:00
committed by Tienson Qin
parent 2951772b40
commit 456614b186
2 changed files with 1 additions and 4 deletions

View File

@@ -142,6 +142,7 @@ body {
line-height: 1.5;
background-color: transparent;
min-height: 100%;
overflow-wrap: anywhere;
}
a svg {