mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
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
Block a user