summaryrefslogtreecommitdiff
path: root/client/simple/src/less/style.less
diff options
context:
space:
mode:
Diffstat (limited to 'client/simple/src/less/style.less')
-rw-r--r--client/simple/src/less/style.less8
1 files changed, 4 insertions, 4 deletions
diff --git a/client/simple/src/less/style.less b/client/simple/src/less/style.less
index e751b7813..a035da64d 100644
--- a/client/simple/src/less/style.less
+++ b/client/simple/src/less/style.less
@@ -188,7 +188,7 @@ article[data-vim-selected].category-social {
h3 {
font-size: 1.2rem;
- word-wrap: break-word;
+ overflow-wrap: break-word;
margin: 0.4rem 0 0.4rem 0;
padding: 0;
@@ -222,7 +222,7 @@ article[data-vim-selected].category-social {
margin: 0;
padding: 0;
max-width: 54em;
- word-wrap: break-word;
+ overflow-wrap: break-word;
line-height: 1.24;
.highlight {
@@ -366,7 +366,7 @@ article[data-vim-selected].category-social {
font-size: 0.9rem;
margin: 0.25rem 0 0 0;
padding: 0;
- word-wrap: break-word;
+ overflow-wrap: break-word;
line-height: 1.24;
font-style: italic;
}
@@ -688,7 +688,7 @@ summary.title {
#sidebar {
grid-area: sidebar;
- word-wrap: break-word;
+ overflow-wrap: break-word;
color: var(--color-sidebar-font);
.infobox {