fix: radius of the items/tax table thead

This commit is contained in:
khushi8112
2025-09-15 16:39:33 +05:30
parent b6d4d1c5c2
commit c1bf2c7080

View File

@@ -86,10 +86,12 @@ print_heading_template=None) -%} {% if letter_head and not no_letterhead %}
.items-table tr:first-child td:first-child,
.tax-table tr:first-child td:first-child {
border-top-left-radius: 10px;
border-bottom-left-radius: 10px;
}
.items-table tr:first-child td:last-child,
.tax-table tr:first-child td:last-child {
border-top-right-radius: 10px;
border-bottom-right-radius: 10px;
}
.in-words {