Skip to content

Commit c753b49

Browse files
ENGCOM-6480: [Fixed Radio alignment issue] #25966
- Merge Pull Request #25966 from hitesh-wagento/magento2:fixed-radio-issue-hitesh - Merged commits: 1. e9b92e5 2. 6d7f34e 3. a505a16 4. 75c2fb5 5. b8480b8
2 parents 06a0dd0 + b8480b8 commit c753b49

File tree

1 file changed

+7
-0
lines changed
  • app/design/frontend/Magento/luma/Magento_Checkout/web/css/source/module/checkout

1 file changed

+7
-0
lines changed

app/design/frontend/Magento/luma/Magento_Checkout/web/css/source/module/checkout/_shipping.less

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -184,6 +184,10 @@
184184
padding-right: 0;
185185
width: 20px;
186186
}
187+
188+
input[type='radio'] {
189+
margin: 4px 5px 0 0;
190+
}
187191
}
188192

189193
tr {
@@ -292,6 +296,9 @@
292296
.action {
293297
&.primary {
294298
margin: 0;
299+
&.button {
300+
margin-top: 2px;
301+
}
295302
}
296303
}
297304
}

0 commit comments

Comments
 (0)