From 6e31e017ebc03017639e6ca16196ea02546131be Mon Sep 17 00:00:00 2001 From: Asaad Mahmood Date: Fri, 7 Apr 2017 23:22:41 +0500 Subject: Minor bug fixes (#6019) * PLT-6193 - Post right scroll for small threads * PLT-6210 - Emoji icon not aligned. * Fixing word break --- webapp/sass/layout/_post.scss | 2 ++ 1 file changed, 2 insertions(+) (limited to 'webapp/sass/layout/_post.scss') diff --git a/webapp/sass/layout/_post.scss b/webapp/sass/layout/_post.scss index 2a2876116..02fa28a26 100644 --- a/webapp/sass/layout/_post.scss +++ b/webapp/sass/layout/_post.scss @@ -857,6 +857,7 @@ // If the last paragraph of an edited post is a paragraph, make it inline-block so that the (edited) indicator can be on the same line as it .post-message__text > p:last-child { display: inline-block; + width: auto; } .post-edited-indicator { @@ -1122,6 +1123,7 @@ &:after { content: '[...]'; + font-family: 'Open Sans', sans-serif; position: relative; top: -1px; } -- cgit v1.2.3-1-g7c22 From 5e58d7e72fd7c99b61b17b59bab863278b181cb0 Mon Sep 17 00:00:00 2001 From: Harrison Healey Date: Mon, 10 Apr 2017 06:25:38 -0400 Subject: PLT-6280 Fixed post textbox not being able to scroll (#6034) --- webapp/sass/layout/_post.scss | 1 + 1 file changed, 1 insertion(+) (limited to 'webapp/sass/layout/_post.scss') diff --git a/webapp/sass/layout/_post.scss b/webapp/sass/layout/_post.scss index 02fa28a26..00276ec7e 100644 --- a/webapp/sass/layout/_post.scss +++ b/webapp/sass/layout/_post.scss @@ -397,6 +397,7 @@ .custom-textarea { -ms-overflow-style: auto; overflow: auto; + -webkit-overflow-scrolling: touch; &:not(.custom-textarea--emoji-picker) { padding-right: 43px; -- cgit v1.2.3-1-g7c22