mirror of
https://github.com/logseq/logseq.git
synced 2026-04-29 00:24:51 +00:00
style: set global break-word #983
This commit is contained in:
@@ -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 */
|
||||
|
||||
Reference in New Issue
Block a user