Merge pull request 'changed column size in wire pdf' (#808) from ranjith-dev into master
All checks were successful
Scan for leaked secrets using Kingfisher / kingfisher-secrets-scan (push) Successful in 15s
All checks were successful
Scan for leaked secrets using Kingfisher / kingfisher-secrets-scan (push) Successful in 15s
Reviewed-on: #808
This commit was merged in pull request #808.
This commit is contained in:
@@ -238,15 +238,15 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
/* Column widths */
|
/* Column widths */
|
||||||
/* .col-1 { width: 22%; }
|
.col-1 { width: 22%; }
|
||||||
.col-2 { width: 45%; }
|
.col-2 { width: 48%; }
|
||||||
.col-3 { width: 15%; }
|
.col-3 { width: 13%; }
|
||||||
.col-4 { width: 25%; } */
|
.col-4 { width: 17%; }
|
||||||
|
|
||||||
.col-1 { width: 20%; } /* Material Code */
|
/* .col-1 { width: 20%; }
|
||||||
.col-2 { width: 48%; } /* Description */
|
.col-2 { width: 48%; }
|
||||||
.col-3 { width: 15%; } /* Qty */
|
.col-3 { width: 15%; }
|
||||||
.col-4 { width: 17%; } /* No. of Boxes */
|
.col-4 { width: 17%; } */
|
||||||
|
|
||||||
/* Force exact heights for rows - ALL FIXED EXCEPT ITEM ROWS */
|
/* Force exact heights for rows - ALL FIXED EXCEPT ITEM ROWS */
|
||||||
.title-row {
|
.title-row {
|
||||||
|
|||||||
Reference in New Issue
Block a user