mirror of
https://github.com/frappe/erpnext.git
synced 2026-02-18 00:55:02 +00:00
fix: row gap in item details form
This commit is contained in:
@@ -753,7 +753,7 @@
|
||||
display: grid;
|
||||
grid-template-columns: repeat(2, minmax(0, 1fr));
|
||||
column-gap: var(--padding-md);
|
||||
row-gap: var(--padding-sm);
|
||||
row-gap: var(--padding-md);
|
||||
|
||||
> .auto-fetch-btn {
|
||||
@extend .pointer-no-select;
|
||||
|
||||
Reference in New Issue
Block a user