File tree Expand file tree Collapse file tree 3 files changed +3
-2
lines changed
code/Magento/Catalog/view/frontend
design/frontend/Magento/blank/web/css/source Expand file tree Collapse file tree 3 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 109
109
<argument name =" at_call" xsi : type =" string" >getDescription</argument >
110
110
<argument name =" at_code" xsi : type =" string" >description</argument >
111
111
<argument name =" css_class" xsi : type =" string" >description</argument >
112
- <argument name =" at_label" xsi : type =" string" >none</argument >
112
+ <argument name =" at_label" translate = " true " xsi : type =" string" >none</argument >
113
113
<argument name =" title" translate =" true" xsi : type =" string" >Details</argument >
114
114
</arguments >
115
115
</block >
Original file line number Diff line number Diff line change @@ -34,7 +34,7 @@ if ($_attributeType && $_attributeType == 'text') {
34
34
35
35
<?php if ($ _attributeValue ): ?>
36
36
<div class="product attribute <?php /* @escapeNotVerified */ echo $ _className?> ">
37
- <?php if ($ _attributeLabel != 'none ' ): ?> <strong class="type"><?php /* @escapeNotVerified */ echo $ _attributeLabel?> </strong><?php endif ; ?>
37
+ <?php if ($ _attributeLabel != __ ( 'none ' ) ): ?> <strong class="type"><?php /* @escapeNotVerified */ echo $ _attributeLabel?> </strong><?php endif ; ?>
38
38
<div class="value" <?php /* @escapeNotVerified */ echo $ _attributeAddAttribute ;?> ><?php /* @escapeNotVerified */ echo $ _attributeValue ; ?> </div>
39
39
</div>
40
40
<?php endif ; ?>
Original file line number Diff line number Diff line change 21
21
.lib-vendor-prefix-flex-basis (100% );
22
22
.lib-vendor-prefix-flex-grow (1 );
23
23
.lib-vendor-prefix-order (1 );
24
+ width : 100% ;
24
25
}
25
26
26
27
.sidebar-main {
You can’t perform that action at this time.
0 commit comments