From 84f344c5d1f72e5a5d026f5d26422f8d4602cb53 Mon Sep 17 00:00:00 2001 From: Penar Musaraj Date: Wed, 8 Apr 2020 11:38:25 -0400 Subject: [PATCH] FIX: ensure .gap width does not exceed window width Fixes an issue where the viewport was horizontally scrollable on iPad. --- app/assets/stylesheets/desktop/topic-post.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/app/assets/stylesheets/desktop/topic-post.scss b/app/assets/stylesheets/desktop/topic-post.scss index d404169fd8f..1b60137985e 100644 --- a/app/assets/stylesheets/desktop/topic-post.scss +++ b/app/assets/stylesheets/desktop/topic-post.scss @@ -633,6 +633,7 @@ blockquote { width: calc( #{$topic-avatar-width} + #{$topic-body-width} + 2 * #{$topic-body-width-padding} ); + box-sizing: border-box; } /* hide the reply border above the time gap notices */