mirror of
https://github.com/discourse/discourse.git
synced 2025-05-25 09:57:25 +08:00
FIX: sk body should follow wrapper width (#8984)
This commit is contained in:
@ -851,6 +851,7 @@ export default Component.extend(
|
|||||||
}
|
}
|
||||||
|
|
||||||
wrapper.style.width = `${this.element.offsetWidth}px`;
|
wrapper.style.width = `${this.element.offsetWidth}px`;
|
||||||
|
body.style.width = `${this.element.offsetWidth}px`;
|
||||||
wrapper.style.height = `${height}px`;
|
wrapper.style.height = `${height}px`;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user