Skip to content

Commit

Permalink
fix(dialog): Add 8px of margin between side-by-side buttons in MDC Di…
Browse files Browse the repository at this point in the history
…alog (#681)
  • Loading branch information
robzenn92 authored and amsheehan committed May 23, 2017
1 parent 8a21b4a commit 4bb620e
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions packages/mdc-dialog/mdc-dialog.scss
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 4bb620e

Please sign in to comment.