mirror of
https://github.com/discourse/discourse.git
synced 2024-11-26 11:13:38 +08:00
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(
|
||||
#{$topic-avatar-width} + #{$topic-body-width} + 2 * #{$topic-body-width-padding}
|
||||
);
|
||||
box-sizing: border-box;
|
||||
}
|
||||
|
||||
/* hide the reply border above the time gap notices */
|
||||
|
|
Loading…
Reference in New Issue
Block a user