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 would expect that three <material-card flex=33>'s could be stacked horizontally in a <material-content layout="horizontal">-container. Unfortunately this makes the page too wide (i.e. wider than the window width).
As far as I can see this is the result of the rule margin: $card-margin; for material-card (in _card.scss), where $card-margin is currently 10px (in _variables.scss). Setting the margin to 0 is no option layout-wise; the card is hardly recognizable then.