FIX: ensure .gap width does not exceed window width

Fixes an issue where the viewport was horizontally scrollable on iPad.
This commit is contained in:
Penar Musaraj 2020-04-08 11:38:25 -04:00
parent ae1a391377
commit 84f344c5d1

View File

@ -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 */