Skip to content

Commit b873190

Browse files
committed
fix(popup): set popup head padding equal to popup body padding
1 parent 581656f commit b873190

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: scss/_popup.scss

+1-1
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
}
5353

5454
.popup-head {
55-
padding: 15px 0px;
55+
padding: 15px 10px;
5656
border-bottom: 1px solid #eee;
5757
text-align: center;
5858
}

0 commit comments

Comments
 (0)