Merge pull request 'adjusted size of the wire pallet pdf' (#807) from ranjith-dev into master
All checks were successful
Scan for leaked secrets using Kingfisher / kingfisher-secrets-scan (push) Successful in 36s
All checks were successful
Scan for leaked secrets using Kingfisher / kingfisher-secrets-scan (push) Successful in 36s
Reviewed-on: #807
This commit was merged in pull request #807.
This commit is contained in:
@@ -124,7 +124,7 @@
|
||||
table {
|
||||
width: 100%;
|
||||
border-collapse: collapse;
|
||||
/* table-layout: fixed; */
|
||||
table-layout: fixed;
|
||||
/* height: <?php echo $availableHeight; ?>mm !important; */
|
||||
}
|
||||
|
||||
@@ -238,10 +238,15 @@
|
||||
}
|
||||
|
||||
/* Column widths */
|
||||
.col-1 { width: 22%; }
|
||||
/* .col-1 { width: 22%; }
|
||||
.col-2 { width: 45%; }
|
||||
.col-3 { width: 15%; }
|
||||
.col-4 { width: 25%; }
|
||||
.col-4 { width: 25%; } */
|
||||
|
||||
.col-1 { width: 20%; } /* Material Code */
|
||||
.col-2 { width: 48%; } /* Description */
|
||||
.col-3 { width: 15%; } /* Qty */
|
||||
.col-4 { width: 17%; } /* No. of Boxes */
|
||||
|
||||
/* Force exact heights for rows - ALL FIXED EXCEPT ITEM ROWS */
|
||||
.title-row {
|
||||
|
||||
Reference in New Issue
Block a user