[portal] fix item-preview column #13077
diff --git a/erpnext/templates/includes/transaction_row.html b/erpnext/templates/includes/transaction_row.html
index 0e47f7d..6c58b51 100644
--- a/erpnext/templates/includes/transaction_row.html
+++ b/erpnext/templates/includes/transaction_row.html
@@ -10,7 +10,7 @@
</div>
</div>
<div class="col-sm-5">
- <div class="small text-muted items-preview ellipsis">
+ <div class="small text-muted items-preview ellipsis ellipsis-width">
{{ doc.items_preview }}
</div>
</div>