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

Commit 191df15

Browse files
committed
fix(dialog): fix margin-top when layout is row
closes #854
1 parent dec2ac4 commit 191df15

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/dialog/dialog.scss

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ md-dialog {
4040
overflow: auto;
4141
-webkit-overflow-scrolling: touch;
4242

43-
*:first-child {
43+
&:not([layout=row]) *:first-child {
4444
margin-top: 0px;
4545
}
4646
}

0 commit comments

Comments
 (0)