Skip to content

Commit d05d3ca

Browse files
committed
US206196 fixed margin-top for slotted content in Edge
1 parent 7ce5556 commit d05d3ca

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

elements/pfe-modal/src/pfe-modal.scss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,7 @@ $pfe-modal--breakpoint--medium: 640px;
6666
}
6767

6868
// Remove margin-top on the first slotted element that is not the header.
69+
::slotted(*:nth-child(1)),
6970
::slotted(*:nth-child(2)) {
7071
margin-top: 0 !important;
7172
}

0 commit comments

Comments
 (0)