1 | | Replying to [comment:6 costdev]: |
2 | | > The "squashed" preview occurs both when viewing the Theme Details `.theme-overlay iframe` and the Customizer `#customize-container iframe`. |
3 | | > |
4 | | > [https://github.com/WordPress/wordpress-develop/pull/2146 PR 2146] changes the width from `100%` to `100vw`. In doing so, a previously "squashed" preview (based on remaining available container space) becomes a "true" preview (based on the user's viewport width). |
5 | | > |
6 | | > As expected, this PR resolves the issue in both locations. |
7 | | > |
8 | | > Great work @shreyasikhar26! Marking with `commit` for final review. |