mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-07-09 03:14:30 -04:00
Adjust product key width
This commit is contained in:
parent
392bfa7c25
commit
be02c69017
@ -251,7 +251,7 @@
|
||||
<thead>
|
||||
<tr>
|
||||
<th style="min-width:32px;" class="hide-border"></th>
|
||||
<th style="min-width:120px;width:26%">{{ $invoiceLabels['item'] }}</th>
|
||||
<th style="min-width:120px;width:25%">{{ $invoiceLabels['item'] }}</th>
|
||||
<th style="width:100%">{{ $invoiceLabels['description'] }}</th>
|
||||
@if ($account->showCustomField('custom_invoice_item_label1'))
|
||||
<th style="min-width:120px">{{ $account->custom_invoice_item_label1 }}</th>
|
||||
|
Loading…
x
Reference in New Issue
Block a user