From 9706eb30599d9d1a685740ae296d6e2554206c5e Mon Sep 17 00:00:00 2001 From: syuilo Date: Sat, 11 Feb 2017 23:50:49 +0900 Subject: [PATCH] Use overflow-wrap instead of word-wrap --- src/web/about/resources/style.css | 2 +- src/web/app/desktop/tags/list-user.tag | 2 +- src/web/app/desktop/tags/messaging/index.tag | 2 +- src/web/app/desktop/tags/messaging/message.tag | 4 ++-- src/web/app/desktop/tags/notifications.tag | 2 +- src/web/app/desktop/tags/post-detail-sub.tag | 2 +- src/web/app/desktop/tags/post-detail.tag | 2 +- src/web/app/desktop/tags/sub-post-content.tag | 2 +- src/web/app/desktop/tags/timeline-post.tag | 2 +- src/web/app/mobile/tags/drive/file.tag | 2 +- src/web/app/mobile/tags/notification-preview.tag | 2 +- src/web/app/mobile/tags/notification.tag | 2 +- src/web/app/mobile/tags/post-detail.tag | 2 +- src/web/app/mobile/tags/sub-post-content.tag | 2 +- src/web/app/mobile/tags/timeline-post.tag | 2 +- src/web/app/mobile/tags/user-preview.tag | 2 +- src/web/app/reset.styl | 2 +- 17 files changed, 18 insertions(+), 18 deletions(-) diff --git a/src/web/about/resources/style.css b/src/web/about/resources/style.css index 18a7e2d78..028bffa52 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 3e0e9d2ba..e8f697117 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 b6b9ac495..1c41c4001 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 6c0c6952f..375a2fefc 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 f5039284f..aaf72bb2c 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 cc2e0aed3..48a67e773 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 bb7c7c16f..01486bcb2 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 6f74e936a..632d1b064 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 @@