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

This was causing very narrow dropdowns in the composer and notification level dropdowns.

This reverts commit d33aaa0292.
This commit is contained in:
David Taylor 2020-02-17 13:10:26 +00:00
parent 82b307cd52
commit f1f9648e88
No known key found for this signature in database
GPG Key ID: 46904C18B1D3F434
1 changed files with 0 additions and 1 deletions

View File

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