Skip to content

Commit e9b92e5

Browse files
[Fixed Radio alignment issue]
1 parent 902d74d commit e9b92e5

File tree

1 file changed

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

1 file changed

+4
-0
lines changed

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

Lines changed: 4 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 {

0 commit comments

Comments
 (0)