I have been having an issue with a component in perspective embedded views not appearing correctly in Chrome. The below case is a view containing two components: a button and an icon. Note that the button is about half the expected width, and the icon appears as expected. Sometimes if left for a couple minutes, the view in Chrome will change to match the expected appearance.
The view root is set to percent mode, and on the Embedded View useDefaultViewWidth and useDefaultViewHeight are false.
In Chrome:
In Edge:
The view in the designer:
What could be causing this issue?