Skip to content

Commit ebe81d8

Browse files
authored
ENGCOM-6480: [Fixed Radio alignment issue] #25966
2 parents 1ec5409 + 5e4d38f commit ebe81d8

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)