Skip to content

Commit 20d3706

Browse files
committed
MP-105 mobile forms fix
1 parent 4a1b608 commit 20d3706

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed
Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
@import '@libs/ui/styles/includes';
22

33
.container {
4-
4+
form {
5+
@include ltelg {
6+
:global(.input-el) {
7+
margin-bottom: $sp-4;
8+
}
9+
}
10+
}
511
}

src/apps/accounts/src/settings/tabs/payments/payment-info-modal/PaymentInfoModal.module.scss

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,11 @@
5252
.modalContentRight {
5353
padding-left: $sp-8;
5454

55+
@include ltelg {
56+
padding-left: 0;
57+
margin-top: $sp-8;
58+
}
59+
5560
p {
5661
margin-bottom: $sp-4;
5762
}

0 commit comments

Comments
 (0)