2
0
Fork 0
mirror of https://github.com/discourse/discourse.git synced 2025-09-06 10:50:21 +08:00

FIX: sk body should follow wrapper width (#8984)

This commit is contained in:
Joffrey JAFFEUX 2020-02-17 10:39:20 +01:00 committed by GitHub
parent 9feace3388
commit d33aaa0292
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -851,6 +851,7 @@ export default Component.extend(
}
wrapper.style.width = `${this.element.offsetWidth}px`;
body.style.width = `${this.element.offsetWidth}px`;
wrapper.style.height = `${height}px`;
}
}