Skip to content

Commit 8039104

Browse files
committed
MAGETWO-60543: [Backport] - "Print Shipping Label" link does not displays on frontend - for 2.0
1 parent 4ac2029 commit 8039104

File tree

2 files changed

+12
-8
lines changed

2 files changed

+12
-8
lines changed

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

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -141,10 +141,12 @@
141141
.block-returns-tracking {
142142
.block-title {
143143
.action {
144-
margin: 12px 0 0 30px;
145-
&.track {
146-
float: right;
147-
}
144+
margin: 0 0 0 30px;
145+
}
146+
147+
.actions-track {
148+
float: right;
149+
margin-top: 12px;
148150
}
149151
}
150152
}

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

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -147,10 +147,12 @@
147147
.block-returns-tracking {
148148
.block-title {
149149
.action {
150-
margin: 12px 0 0 30px;
151-
&.track {
152-
float: right;
153-
}
150+
margin: 0 0 0 30px;
151+
}
152+
153+
.actions-track {
154+
float: right;
155+
margin-top: 12px;
154156
}
155157
}
156158
}

0 commit comments

Comments
 (0)