Enhance invoice data report styling by adding left text alignment for customer trade name

This commit is contained in:
dhanabalan
2025-11-07 20:14:00 +05:30
parent 6770aaa25a
commit 713429b453

View File

@@ -29,6 +29,9 @@
white-space: nowrap !important;
text-overflow: ellipsis;
}
.td-left {
text-align: left !important;
}
th {
background-color: #215c98;
color: #fff;
@@ -101,7 +104,8 @@
@endif
</td>
<td>{{ $row['customer_trade_name'] }}</td>
{{-- <td>{{ $row['customer_trade_name'] }}</td> --}}
<td class="td-left">{{ $row['customer_trade_name'] }}</td>
<td>{{ $row['customer_location'] }}</td>
{{-- <td class="{{ $row['status'] == 'Went Out' ? 'status-wentout' : ($row['status'] == 'Pending' ? 'status-pending' : '') }}">
{{ $row['status'] }}