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 has been archived by the owner on Sep 5, 2024. It is now read-only.
md-card's md-card-footer style uses a padding of 16px. However, based on material specs for cards, it should be 8px.
Of course, it may depend on what is meant by footer in this case. I assume footer can be used as the action bar. However, if the two are significantly different in the use and purpose, there should probably be another style (class="md-action-bar") or element (md-action-bar or something similar to md-dialog) set for this.
Additionally, margins between two normal buttons should be 8px. Right now, it is 8px on each side of the button, creating a total of 16px spacing between two buttons.
The text was updated successfully, but these errors were encountered:
Card sections use DOM source order rather than flex order. This makes it so that an action bar can go in between content and the footer, and have any number of combinations.
Closes#2403
Card sections use DOM source order rather than flex order. This makes it so that an action bar can go in between content and the footer, and have any number of combinations.
Closes#2403
This affects v0.9.0-rc1-master-c964609.
md-card's md-card-footer style uses a padding of 16px. However, based on material specs for cards, it should be 8px.
Of course, it may depend on what is meant by footer in this case. I assume footer can be used as the action bar. However, if the two are significantly different in the use and purpose, there should probably be another style (class="md-action-bar") or element (md-action-bar or something similar to md-dialog) set for this.
Additionally, margins between two normal buttons should be 8px. Right now, it is 8px on each side of the button, creating a total of 16px spacing between two buttons.
The text was updated successfully, but these errors were encountered: