diff --git a/app/index.html b/app/index.html index d4b6760..e2fa748 100644 --- a/app/index.html +++ b/app/index.html @@ -148,7 +148,7 @@ .line-tbl .fx td { padding: 4px 10px 10px; border-bottom: 1px solid var(--border-light); background: #f9fafb; } .line-tbl .al td { padding: 10px; } - .col-qty { width: 72px; } .col-uom { width: 100px; } + .col-qty { width: 96px; } .col-uom { width: 100px; } .col-price { width: 110px; } .col-tot { width: 110px; } .col-act { width: 36px; } .line-total-val { font-size: 13px; font-weight: 600; text-align: right; padding-top: 6px; } @@ -772,8 +772,8 @@ function addLine() { const tr = document.createElement("tr"); tr.className = "lr"; tr.id = `lr-${i}`; tr.innerHTML = ` -