Skip to content
This repository has been archived by the owner on Sep 5, 2024. It is now read-only.

Commit

Permalink
fix(dialog): fix margin-top when layout is row
Browse files Browse the repository at this point in the history
closes #854
  • Loading branch information
rschmukler committed Jan 13, 2015
1 parent dec2ac4 commit 191df15
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/dialog/dialog.scss
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ md-dialog {
overflow: auto;
-webkit-overflow-scrolling: touch;

*:first-child {
&:not([layout=row]) *:first-child {
margin-top: 0px;
}
}
Expand Down

0 comments on commit 191df15

Please sign in to comment.