Skip to content
This repository has been archived by the owner on Aug 29, 2023. It is now read-only.

Commit

Permalink
fix(subheader): fix subheaders within dialogs
Browse files Browse the repository at this point in the history
closes #1167
  • Loading branch information
rschmukler committed Feb 7, 2015
1 parent 0dfcaf5 commit 5508414
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 @@ -39,7 +39,7 @@ md-dialog {
overflow: auto;
-webkit-overflow-scrolling: touch;

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

0 comments on commit 5508414

Please sign in to comment.