We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7395f2b commit 5dbe0dbCopy full SHA for 5dbe0db
src/shared/components/Settings/Payment/PaymentProvider/styles.scss
@@ -51,11 +51,16 @@
51
line-height: 24px;
52
font-weight: 400;
53
color: $tco-black;
54
- width: 77vw;
+ padding-right: calc(38% - 18px);
55
+
56
+ @include sm-to-md {
57
+ padding-right: 77px;
58
+ }
59
60
@include xs-to-sm {
61
width: unset;
62
font-size: 14px;
63
+ padding-right: 0;
64
}
65
66
0 commit comments