Enhance invoice data report styling by adding left text alignment for customer trade name
This commit is contained in:
@@ -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'] }}
|
||||
|
||||
Reference in New Issue
Block a user