fix: radius of the items/tax table thead

This commit is contained in:
khushi8112
2025-09-15 16:39:33 +05:30
parent 4cc2afbd83
commit e08f82909c

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 {