From 0f40a8431f5b807d43c2054c64d40008213d4cf5 Mon Sep 17 00:00:00 2001 From: Ryan Schmukler Date: Thu, 15 Jan 2015 15:21:26 -0500 Subject: [PATCH] fix(toast): fix excess padding on md-action closes #1193, #1199 --- src/components/toast/toast.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/toast/toast.scss b/src/components/toast/toast.scss index 1b49e1121d9..90f1d8594fb 100644 --- a/src/components/toast/toast.scss +++ b/src/components/toast/toast.scss @@ -67,7 +67,7 @@ md-toast { .md-action { line-height: 19px; - padding-left: 24px; + margin-left: 24px; cursor: pointer; text-transform: uppercase; float: right;