style: set global break-word #983

This commit is contained in:
charlie
2020-12-28 15:21:16 +08:00
committed by Tienson Qin
parent 3d47f5ac93
commit ee6709065a

View File

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