Skip to content

Commit 12d568d

Browse files
Merge pull request #2217 from suraj-webkul/issue#2156
issue #2156 has been fixed.
2 parents 0850bf9 + 7a9df4b commit 12d568d

File tree

4 files changed

+3
-3
lines changed

4 files changed

+3
-3
lines changed

packages/Webkul/Admin/src/Resources/views/leads/view/quotes.blade.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@
6161
6262
<x-admin::table.tbody>
6363
<x-admin::table.tbody.tr v-for="quote in quotes" class="border-b">
64-
<x-admin::table.td class="!px-2">@{{ quote.subject }}</x-admin::table.td>
64+
<x-admin::table.td class="text-wrap !px-2">@{{ quote.subject }}</x-admin::table.td>
6565
6666
<x-admin::table.td class="!px-2">@{{ quote.expired_at }}</x-admin::table.td>
6767

public/admin/build/assets/app-BIB-wmzl.css

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

public/admin/build/assets/app-BIMgVgaJ.css

Lines changed: 0 additions & 1 deletion
This file was deleted.

public/admin/build/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -264,7 +264,7 @@
264264
"isDynamicEntry": true
265265
},
266266
"src/Resources/assets/css/app.css": {
267-
"file": "assets/app-BIMgVgaJ.css",
267+
"file": "assets/app-BIB-wmzl.css",
268268
"src": "src/Resources/assets/css/app.css",
269269
"isEntry": true
270270
},

0 commit comments

Comments
 (0)