Skip to content

Commit 3a8927b

Browse files
committed
fix: visualizzazione tabella rate scadenza
1 parent f8ea537 commit 3a8927b

1 file changed

Lines changed: 9 additions & 9 deletions

File tree

modules/scadenzario/edit.php

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -189,17 +189,17 @@
189189
<div class="card-body">
190190
<div class="row">
191191
<div class="col-md-12">
192-
<table class="table table-hover table-sm table-bordered">
192+
<table class="table table-hover table-sm table-bordered" style="table-layout: fixed; width: 100%;">
193193
<thead>
194194
<tr>
195-
<th style="width:17%;">'.tr('Banca accredito').'</th>
196-
<th style="width:16%;">'.tr('Banca addebito').'</th>
197-
<th style="width:20%;">'.tr('Metodo di pagamento').'</th>
198-
<th style="width:10%;">'.tr('Data').'</th>
199-
<th style="width:10%;">'.tr('Data concordata').'</th>
200-
<th style="width:10%;">'.tr('Importo').'</th>
201-
<th style="width:10%;">'.tr('Pagato').'</th>
202-
<th style="width:7%;">'.tr('Rata').'</th>
195+
<th style="width:180px;">'.tr('Banca accredito').'</th>
196+
<th style="width:180px;">'.tr('Banca addebito').'</th>
197+
<th style="width:200px;">'.tr('Metodo di pagamento').'</th>
198+
<th style="width:110px;">'.tr('Data').'</th>
199+
<th style="width:110px;">'.tr('Data concordata').'</th>
200+
<th style="width:90px;">'.tr('Importo').'</th>
201+
<th style="width:90px;">'.tr('Pagato').'</th>
202+
<th style="width:70px;">'.tr('Rata').'</th>
203203
</tr>
204204
</thead>
205205

0 commit comments

Comments
 (0)