diff --git a/src/web/app/mobile/tags/timeline-post.tag b/src/web/app/mobile/tags/timeline-post.tag index 2659e2eb33..847c7632a7 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 cf872337cf..d9cc3900b7 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']