Skip to content

Commit 361145d

Browse files
committed
MC-14840: Not clickable link
1 parent 01fbfeb commit 361145d

File tree

2 files changed

+17
-0
lines changed

2 files changed

+17
-0
lines changed

app/design/adminhtml/Magento/backend/Magento_Rma/web/css/source/_module.less

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@
33
// * See COPYING.txt for license details.
44
// */
55

6+
@import 'module/_rma.less';
7+
68
.media-width(@extremum, @break) when (@extremum = 'min') and (@break = @screen__m) {
79
.rma-request-details,
810
.rma-wrapper .order-shipping-address {
Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
// /**
2+
// * Copyright © Magento, Inc. All rights reserved.
3+
// * See COPYING.txt for license details.
4+
// */
5+
6+
//
7+
// Layout
8+
// ---------------------------------------------
9+
10+
.media-width(@extremum, @break) when (@extremum = 'min') and (@break = @screen__m) {
11+
.rma-wrapper .order-shipping-method {
12+
float: right;
13+
#mix-grid .width(6,12);
14+
}
15+
}

0 commit comments

Comments
 (0)