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`;
}
}