Skip to content

Commit 46bcbc9

Browse files
author
OlgaVasyltsun
committed
MC-16289: Buttons for Credentials don't show correctly for PayPal
1 parent db75db5 commit 46bcbc9

File tree

1 file changed

+10
-4
lines changed
  • app/design/adminhtml/Magento/backend/Magento_Paypal/web/css/source

1 file changed

+10
-4
lines changed

app/design/adminhtml/Magento/backend/Magento_Paypal/web/css/source/_module.less

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,15 @@
33
// * See COPYING.txt for license details.
44
// */
55

6-
a {
7-
&[data-paypal-button=true] {
8-
display: inline-block;
9-
margin: .6rem 0;
6+
.pp-buttons-container {
7+
& > div {
8+
margin-top: -2.2rem;
9+
10+
a {
11+
&[data-paypal-button=true] {
12+
margin-top: 2.2rem;
13+
display: inline-block;
14+
}
15+
}
1016
}
1117
}

0 commit comments

Comments
 (0)