Skip to content

Commit c5b99df

Browse files
committed
Merge remote-tracking branch 'origin/MAGETWO-60542' into 2.1.8-develop-pr19
2 parents 34fe91b + 5933525 commit c5b99df

File tree

2 files changed

+10
-8
lines changed

2 files changed

+10
-8
lines changed

app/design/frontend/Magento/blank/Magento_Rma/web/css/source/_module.less

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -158,11 +158,12 @@
158158
.block-returns-tracking {
159159
.block-title {
160160
.action {
161-
margin: 12px 0 0 30px;
161+
margin: 0 0 0 30px;
162+
}
162163

163-
&.track {
164-
float: right;
165-
}
164+
.actions-track {
165+
float: right;
166+
margin-top: 12px;
166167
}
167168
}
168169
}

app/design/frontend/Magento/luma/Magento_Rma/web/css/source/_module.less

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -176,11 +176,12 @@
176176
.block-returns-tracking {
177177
.block-title {
178178
.action {
179-
margin: 12px 0 0 30px;
179+
margin: 0 0 0 30px;
180+
}
180181

181-
&.track {
182-
float: right;
183-
}
182+
.actions-track {
183+
float: right;
184+
margin-top: 12px;
184185
}
185186
}
186187
}

0 commit comments

Comments
 (0)