File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
packages/Webkul/Admin/src/Resources/views/products Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 31
31
<div class =" mb-2 flex flex-col gap-0.5" >
32
32
{!! view_render_event (' admin.products.view.left.title.before' , [' product' => $product ]) ! !}
33
33
34
- <h3 class =" text-lg font-bold dark:text-white" >
34
+ <h3 class =" break-words text-lg font-bold dark:text-white" >
35
35
{{ $product -> name } }
36
36
</h3 >
37
37
38
38
{!! view_render_event (' admin.products.view.left.title.after' , [' product' => $product ]) ! !}
39
39
40
40
{!! view_render_event (' admin.products.view.left.sku.before' , [' product' => $product ]) ! !}
41
41
42
- <p class =" text-sm font-normal dark:text-white" >
42
+ <p class =" break-words text-sm font-normal dark:text-white" >
43
43
@lang (' admin::app.products.view.sku' ) : {{ $product -> sku } }
44
44
</p >
45
45
You can’t perform that action at this time.
0 commit comments