From 4bb620ed92dd80361d838d124de45e860f60f2b5 Mon Sep 17 00:00:00 2001 From: Roberto Zen Date: Tue, 23 May 2017 19:05:29 +0200 Subject: [PATCH] fix(dialog): Add 8px of margin between side-by-side buttons in MDC Dialog (#681) --- packages/mdc-dialog/mdc-dialog.scss | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/packages/mdc-dialog/mdc-dialog.scss b/packages/mdc-dialog/mdc-dialog.scss index 0e0d4561dbd..229f499d0fc 100644 --- a/packages/mdc-dialog/mdc-dialog.scss +++ b/packages/mdc-dialog/mdc-dialog.scss @@ -133,6 +133,14 @@ $mdc-dialog-dark-theme-bg-color: #303030 !default; align-items: center; justify-content: flex-end; padding: 8px; + + &__button { + margin-right: 8px; + + &:last-child { + margin-right: 0; + } + } } // TODO: Replace with breakpoint variable