File tree Expand file tree Collapse file tree 2 files changed +6
-2
lines changed
app/design/frontend/Magento Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -92,7 +92,9 @@ select:focus ~ .tooltip .tooltip-content {
92
92
margin : 0 ;
93
93
> .field :not (.choice ) > ,
94
94
.fields > .field {
95
- margin : 0 0 @form-field__vertical-indent ;
95
+ & :not (:last-child ) {
96
+ margin : 0 0 @form-field__vertical-indent ;
97
+ }
96
98
.label {
97
99
margin : 0 0 4px ;
98
100
padding : 0 0 @indent__xs ;
Original file line number Diff line number Diff line change @@ -117,7 +117,9 @@ select:focus ~ .tooltip .tooltip-content {
117
117
margin : 0 ;
118
118
> .field :not (.choice ) > ,
119
119
.fields > .field {
120
- margin : 0 0 @form-field__vertical-indent ;
120
+ & :not (:last-child ) {
121
+ margin : 0 0 @form-field__vertical-indent ;
122
+ }
121
123
.label {
122
124
margin : 0 0 4px ;
123
125
padding : 0 0 @indent__xs ;
You can’t perform that action at this time.
0 commit comments