We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5b2bfaa commit 819051fCopy full SHA for 819051f
client/checkout/express-checkout-buttons.scss
@@ -14,15 +14,16 @@
14
min-height: 0;
15
margin: 0;
16
17
- &:empty {
18
- margin: 0;
19
- padding: 0;
20
- height: 0;
21
- }
22
-
23
&.is-ready {
24
- margin-top: 12px;
25
opacity: 1;
+
+ &:first-child {
+ margin-top: 4px;
+ }
+ &:not( :first-child ) {
+ margin-top: 12px;
26
27
}
28
29
@@ -33,6 +34,10 @@
33
34
.woocommerce-checkout & {
35
margin-top: 0;
36
37
38
+ > div {
39
40
41
42
43
// This fixes width calculation issues inside the iframe for blocks and shortcode pages.
0 commit comments