You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 6, 2025. It is now read-only.
Run below code and rotate a device.
(test2 has both margin-top: 16px and margin-left: 10%;) <div fxLayout="row" fxLayout.lt-md="column"> <p id="test1" fxFlex="45" fxFlex.lt-md="100">test1</p> <p id="test2" fxFlex="45" fxFlex.lt-md="100" fxFlexOffset="10" fxFlexOffset.lt-md="16px">test2</p> </div>
What is the use-case or motivation for changing an existing behavior?
Incorrect behaviour
Which versions of Angular, Material, OS, TypeScript, browsers are affected?
Angular 4.4.6
material 2.0.0-beta.12
flex-layout 2.0.0-beta.10-4905443