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:
parent
ae1a391377
commit
84f344c5d1
|
@ -633,6 +633,7 @@ blockquote {
|
||||||
width: calc(
|
width: calc(
|
||||||
#{$topic-avatar-width} + #{$topic-body-width} + 2 * #{$topic-body-width-padding}
|
#{$topic-avatar-width} + #{$topic-body-width} + 2 * #{$topic-body-width-padding}
|
||||||
);
|
);
|
||||||
|
box-sizing: border-box;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* hide the reply border above the time gap notices */
|
/* hide the reply border above the time gap notices */
|
||||||
|
|
Loading…
Reference in New Issue