diff --git a/modules/ppcp-button/resources/css/gateway.scss b/modules/ppcp-button/resources/css/gateway.scss index 40326c921..ee848f0cd 100644 --- a/modules/ppcp-button/resources/css/gateway.scss +++ b/modules/ppcp-button/resources/css/gateway.scss @@ -21,6 +21,13 @@ // Prevents spacing after button group. #ppc-button-ppcp-gateway { line-height: 0; + + div[class^="item-"] { + margin-top: 14px; + &:first-child { + margin-top: 0; + } + } } #ppc-button-minicart {