Skip to content
This repository has been archived by the owner on Jan 13, 2025. It is now read-only.

Commit

Permalink
fix(dialog): Add 8dp padding for side-by-side buttons in RTL (#752)
Browse files Browse the repository at this point in the history
Fixes #750
  • Loading branch information
robzenn92 authored and traviskaufman committed Jun 1, 2017
1 parent fee68b7 commit 07f4ee7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/mdc-dialog/mdc-dialog.scss
Original file line number Diff line number Diff line change
Expand Up @@ -135,10 +135,10 @@ $mdc-dialog-dark-theme-bg-color: #303030 !default;
padding: 8px;

&__button {
margin-right: 8px;
@include mdc-rtl-reflexive-box(margin, right, 8px);

&:last-child {
margin-right: 0;
@include mdc-rtl-reflexive-box(margin, right, 0);
}
}
}
Expand Down

0 comments on commit 07f4ee7

Please sign in to comment.