Skip to content

Commit

Permalink
fix(card): fix padding for md-card-actions in xs screens (#2567)
Browse files Browse the repository at this point in the history
  • Loading branch information
joejordanbrown authored and kara committed Jan 31, 2017
1 parent d0c8f18 commit ad0df31
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/lib/card/card.scss
Original file line number Diff line number Diff line change
Expand Up @@ -147,6 +147,11 @@ md-card-title-group {
padding: $md-card-mobile-padding;
}

md-card-actions {
margin-left: -8px;
margin-right: -8px;
}

[md-card-image] {
width: calc(100% + 32px);
margin: 16px -16px;
Expand Down

0 comments on commit ad0df31

Please sign in to comment.