Skip to content

Commit beee43c

Browse files
authored
Merge pull request #650 from topcoder-platform/accounts-app
MP QA fixes -> dev
2 parents 2e3d886 + 08153db commit beee43c

File tree

4 files changed

+20
-1
lines changed

4 files changed

+20
-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
}

src/apps/accounts/src/settings/tabs/tools/devices/Devices.tsx

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -121,6 +121,9 @@ const Devices: FC<DevicesProps> = (props: DevicesProps) => {
121121
setSelectedDeviceManufacturerModelType({
122122
model: trait.model,
123123
})
124+
setSelectedDeviceManufacturerModelOSType({
125+
operatingSystem: trait.operatingSystem,
126+
})
124127
setFormErrors({})
125128
}
126129

src/libs/ui/lib/components/collapsible/Collapsible.module.scss

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,11 @@
1919

2020
.btn {
2121
padding-right: 0;
22+
23+
svg {
24+
width: 24px;
25+
height: 24px;
26+
}
2227
}
2328
}
2429

0 commit comments

Comments
 (0)