File tree Expand file tree Collapse 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 Expand file tree Collapse file tree 2 files changed +15
-3
lines changed Original file line number Diff line number Diff line change 7
7
.rma-request-details ,
8
8
.rma-wrapper .order-shipping-address {
9
9
float : left ;
10
- #mix-grid .width (6 ,12 );
10
+ /* *
11
+ * @codingStandardsIgnoreStart
12
+ */
13
+ #mix-grid .width (6 , 12 );
14
+ // @codingStandardsIgnoreEnd
11
15
}
12
16
13
17
.rma-confirmation ,
14
- .rma-wrapper .order-return-address {
18
+ .rma-wrapper .order-return-address , .rma-wrapper .order-shipping-method {
15
19
float : right ;
16
- #mix-grid .width (6 ,12 );
20
+ /* *
21
+ * @codingStandardsIgnoreStart
22
+ */
23
+ #mix-grid .width (6 , 12 );
24
+ // @codingStandardsIgnoreEnd
17
25
}
18
26
}
19
27
Original file line number Diff line number Diff line change 69
69
<item >
70
70
<path >dev/build/publication/sanity/ce.xml</path >
71
71
</item >
72
+ <item >
73
+ <path >app/design/adminhtml/Magento/backend/Magento_Rma/web/css/source/_module.less</path >
74
+ <word >rma</word >
75
+ </item >
72
76
</whitelist >
73
77
</config >
You can’t perform that action at this time.
0 commit comments