mirror of
https://github.com/frappe/erpnext.git
synced 2026-04-15 04:45:09 +00:00
fix: point of sale padding (#45697)
(cherry picked from commit 51a65899ec)
Co-authored-by: Diptanil Saha <diptanil@frappe.io>
This commit is contained in:
@@ -2,6 +2,7 @@
|
|||||||
display: grid;
|
display: grid;
|
||||||
grid-template-columns: repeat(10, minmax(0, 1fr));
|
grid-template-columns: repeat(10, minmax(0, 1fr));
|
||||||
gap: var(--margin-md);
|
gap: var(--margin-md);
|
||||||
|
padding: 1%;
|
||||||
|
|
||||||
section {
|
section {
|
||||||
min-height: 45rem;
|
min-height: 45rem;
|
||||||
|
|||||||
Reference in New Issue
Block a user