Skip to content
This repository has been archived by the owner on Aug 29, 2023. It is now read-only.

Commit

Permalink
fix(toast): fix excess padding on md-action
Browse files Browse the repository at this point in the history
closes #1193, #1199
  • Loading branch information
rschmukler committed Jan 21, 2015
1 parent b7e9bed commit 0f40a84
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/toast/toast.scss
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ md-toast {

.md-action {
line-height: 19px;
padding-left: 24px;
margin-left: 24px;
cursor: pointer;
text-transform: uppercase;
float: right;
Expand Down

0 comments on commit 0f40a84

Please sign in to comment.