FIX: adjust width to avoid horizontal overflow (#12038)
This commit is contained in:
parent
df8436cd7f
commit
eec093918f
|
@ -604,8 +604,8 @@ blockquote {
|
|||
(#{$topic-body-width-padding} * 2)
|
||||
);
|
||||
@media all and (max-width: 790px) {
|
||||
// 16px is the left + right padding on .wrap in common/base/discourse.scss
|
||||
max-width: calc(100vw - 16px);
|
||||
// 32px is (left + right padding * 2) from .wrap in common/base/discourse.scss
|
||||
max-width: calc(100vw - 32px);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue