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.
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.