From d9039e39134bbf9746b244bcf68aee216a736b40 Mon Sep 17 00:00:00 2001
From: syuilo <syuilotan@yahoo.co.jp>
Date: Thu, 9 Feb 2017 05:56:06 +0900
Subject: [PATCH] [Client] :v:

---
 src/web/app/mobile/tags/timeline-post.tag | 4 +---
 src/web/app/reset.styl                    | 9 +++++++++
 2 files changed, 10 insertions(+), 3 deletions(-)

diff --git a/src/web/app/mobile/tags/timeline-post.tag b/src/web/app/mobile/tags/timeline-post.tag
index 2659e2eb3..847c7632a 100644
--- a/src/web/app/mobile/tags/timeline-post.tag
+++ b/src/web/app/mobile/tags/timeline-post.tag
@@ -191,12 +191,10 @@
 							display block
 							margin 0
 							padding 0
+							word-wrap break-word
 							font-size 1.1em
 							color #717171
 
-							&, *
-								word-wrap break-word
-
 							mk-url-preview
 								margin-top 8px
 
diff --git a/src/web/app/reset.styl b/src/web/app/reset.styl
index cf872337c..d9cc3900b 100644
--- a/src/web/app/reset.styl
+++ b/src/web/app/reset.styl
@@ -3,6 +3,15 @@
 	box-sizing border-box
 	background-clip padding-box !important
 
+html
+body
+	margin 0
+	padding 0
+
+body
+	word-wrap break-word
+	overflow-wrap break-word
+
 input:not([type])
 input[type='text']
 input[type='password']