diff --git a/src/web/about/resources/style.css b/src/web/about/resources/style.css index 18a7e2d786..028bffa525 100644 --- a/src/web/about/resources/style.css +++ b/src/web/about/resources/style.css @@ -37,7 +37,7 @@ main { padding: 32px; width: 100%; max-width: 700px; - word-wrap: break-word; + overflow-wrap: break-word; } @media screen and (max-width: 700px) { main { diff --git a/src/web/app/desktop/tags/list-user.tag b/src/web/app/desktop/tags/list-user.tag index 3e0e9d2ba5..e8f697117c 100644 --- a/src/web/app/desktop/tags/list-user.tag +++ b/src/web/app/desktop/tags/list-user.tag @@ -83,7 +83,7 @@ display block margin 0 padding 0 - word-wrap break-word + overflow-wrap break-word font-size 1.1em color #717171 diff --git a/src/web/app/desktop/tags/messaging/index.tag b/src/web/app/desktop/tags/messaging/index.tag index b6b9ac4952..1c41c40011 100644 --- a/src/web/app/desktop/tags/messaging/index.tag +++ b/src/web/app/desktop/tags/messaging/index.tag @@ -239,7 +239,7 @@ margin 0 0 0 0 padding 0 overflow hidden - word-wrap break-word + overflow-wrap break-word font-size 1.1em color rgba(0, 0, 0, 0.8) diff --git a/src/web/app/desktop/tags/messaging/message.tag b/src/web/app/desktop/tags/messaging/message.tag index 6c0c6952f1..375a2fefcc 100644 --- a/src/web/app/desktop/tags/messaging/message.tag +++ b/src/web/app/desktop/tags/messaging/message.tag @@ -106,7 +106,7 @@ margin 0 padding 0 overflow hidden - word-wrap break-word + overflow-wrap break-word font-size 1em color rgba(0, 0, 0, 0.5) @@ -115,7 +115,7 @@ margin 0 padding 8px 16px overflow hidden - word-wrap break-word + overflow-wrap break-word font-size 1em color rgba(0, 0, 0, 0.8) diff --git a/src/web/app/desktop/tags/notifications.tag b/src/web/app/desktop/tags/notifications.tag index f5039284f3..aaf72bb2ca 100644 --- a/src/web/app/desktop/tags/notifications.tag +++ b/src/web/app/desktop/tags/notifications.tag @@ -55,7 +55,7 @@ > .notification margin 0 padding 16px - word-wrap break-word + overflow-wrap break-word font-size 0.9em border-bottom solid 1px rgba(0, 0, 0, 0.05) diff --git a/src/web/app/desktop/tags/post-detail-sub.tag b/src/web/app/desktop/tags/post-detail-sub.tag index cc2e0aed37..48a67e773c 100644 --- a/src/web/app/desktop/tags/post-detail-sub.tag +++ b/src/web/app/desktop/tags/post-detail-sub.tag @@ -89,7 +89,7 @@ display block margin 0 padding 0 - word-wrap break-word + overflow-wrap break-word font-size 1em color #717171 diff --git a/src/web/app/desktop/tags/post-detail.tag b/src/web/app/desktop/tags/post-detail.tag index bb7c7c16f7..01486bcb2e 100644 --- a/src/web/app/desktop/tags/post-detail.tag +++ b/src/web/app/desktop/tags/post-detail.tag @@ -202,7 +202,7 @@ display block margin 0 padding 0 - word-wrap break-word + overflow-wrap break-word font-size 1.5em color #717171 diff --git a/src/web/app/desktop/tags/sub-post-content.tag b/src/web/app/desktop/tags/sub-post-content.tag index 6f74e936ae..632d1b0648 100644 --- a/src/web/app/desktop/tags/sub-post-content.tag +++ b/src/web/app/desktop/tags/sub-post-content.tag @@ -7,7 +7,7 @@