Skip to content

Commit 7ce5556

Browse files
committed
US206196 fixed modal header margin top: 0 for edge
1 parent 9c7dbf7 commit 7ce5556

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

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

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -21,11 +21,6 @@ $pfe-modal--breakpoint--medium: 640px;
2121
--pfe-modal--Padding: calc(#{pfe-var(container-padding)} * 2) calc(#{pfe-var(container-padding)} * 4) calc(#{pfe-var(container-padding)} * 2) calc(#{pfe-var(container-padding)} * 2);
2222
}
2323

24-
::slotted([slot="pfe-modal--header"]) {
25-
margin-top: 0 !important;
26-
width: 90%;
27-
}
28-
2924
.pfe-modal {
3025
&__wrapper {
3126
position: absolute;
@@ -75,6 +70,10 @@ $pfe-modal--breakpoint--medium: 640px;
7570
margin-top: 0 !important;
7671
}
7772
}
73+
::slotted([slot="pfe-modal--header"]) {
74+
margin-top: 0 !important;
75+
width: 90%;
76+
}
7877
}
7978

8079
&__close {

0 commit comments

Comments
 (0)