We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9cc293e commit e422942Copy full SHA for e422942
app/code/Magento/Sales/Block/Order/Item/Renderer/DefaultRenderer.php
@@ -182,7 +182,7 @@ public function getFormatedOptionValue($optionValue)
182
183
if ($this->string->strlen($optionValue) > 55) {
184
$result['value'] = $result['value']
185
- . ' <a href="#" class="dots tooltip toggle" onclick="return false">...</a>';
+ . ' ...';
186
$optionValue = nl2br($optionValue);
187
$result = array_merge($result, ['full_view' => $optionValue]);
188
}
0 commit comments