Skip to content

Commit 5dbe0db

Browse files
committed
fix: payment text on widescreen
1 parent 7395f2b commit 5dbe0db

File tree

1 file changed

+6
-1
lines changed
  • src/shared/components/Settings/Payment/PaymentProvider

1 file changed

+6
-1
lines changed

src/shared/components/Settings/Payment/PaymentProvider/styles.scss

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,11 +51,16 @@
5151
line-height: 24px;
5252
font-weight: 400;
5353
color: $tco-black;
54-
width: 77vw;
54+
padding-right: calc(38% - 18px);
55+
56+
@include sm-to-md {
57+
padding-right: 77px;
58+
}
5559

5660
@include xs-to-sm {
5761
width: unset;
5862
font-size: 14px;
63+
padding-right: 0;
5964
}
6065
}
6166
}

0 commit comments

Comments
 (0)