mirror of
https://github.com/frappe/erpnext.git
synced 2026-04-29 03:28:32 +00:00
fix: radius of the items/tax table thead
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user