style: set global break-word #983

pull/1012/head
charlie 2020-12-28 15:21:16 +08:00 committed by Tienson Qin
parent 3d47f5ac93
commit ee6709065a
1 changed files with 4 additions and 0 deletions

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 */