Skip to content

Commit 4089049

Browse files
committed
MC-14953: Not clickable link
1 parent 5276b27 commit 4089049

File tree

2 files changed

+15
-3
lines changed
  • app/design/adminhtml/Magento/backend/Magento_Rma/web/css/source
  • dev/tests/static/testsuite/Magento/Test/Legacy/_files

2 files changed

+15
-3
lines changed

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

Lines changed: 11 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,21 @@
77
.rma-request-details,
88
.rma-wrapper .order-shipping-address {
99
float: left;
10-
#mix-grid .width(6,12);
10+
/**
11+
* @codingStandardsIgnoreStart
12+
*/
13+
#mix-grid .width(6, 12);
14+
//@codingStandardsIgnoreEnd
1115
}
1216

1317
.rma-confirmation,
14-
.rma-wrapper .order-return-address {
18+
.rma-wrapper .order-return-address, .rma-wrapper .order-shipping-method {
1519
float: right;
16-
#mix-grid .width(6,12);
20+
/**
21+
* @codingStandardsIgnoreStart
22+
*/
23+
#mix-grid .width(6, 12);
24+
//@codingStandardsIgnoreEnd
1725
}
1826
}
1927

dev/tests/static/testsuite/Magento/Test/Legacy/_files/words_ce.xml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,5 +69,9 @@
6969
<item>
7070
<path>dev/build/publication/sanity/ce.xml</path>
7171
</item>
72+
<item>
73+
<path>app/design/adminhtml/Magento/backend/Magento_Rma/web/css/source/_module.less</path>
74+
<word>rma</word>
75+
</item>
7276
</whitelist>
7377
</config>

0 commit comments

Comments
 (0)