Skip to content

Commit a39e221

Browse files
authored
fix choice aligment
1 parent 46bbdd0 commit a39e221

File tree

1 file changed

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

1 file changed

+7
-0
lines changed

app/design/frontend/Magento/blank/Magento_Checkout/web/css/source/module/checkout/_payments.less

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -209,6 +209,13 @@
209209
.fieldset {
210210
> .field {
211211
margin: 0 0 @indent__base;
212+
213+
&.choice {
214+
&:before {
215+
padding: 0;
216+
width: 0;
217+
}
218+
}
212219

213220
&.type {
214221
.control {

0 commit comments

Comments
 (0)