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

@@ -83,10 +83,6 @@ html[data-theme=light] {
}
}
* {
word-break: break-word;
}
.hide-scrollbar {
-ms-overflow-style: none; /* IE and Edge */
scrollbar-width: none !important; /* Firefox */