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 Sep 5, 2024. It is now read-only.
I was working with angular material and I needed the property layout-align="start start", I wasn't getting the expected result, so I checked the developer tools. There, I noticed that justify-content has a syntax issue, instead of "justify-content: flex-start;" it is "justify-content: start;"