1
0
mirror of https://github.com/LaCasemate/fab-manager.git synced 2025-01-22 11:52:21 +01:00

(ui) fix gap

This commit is contained in:
Vincent 2023-05-31 15:18:39 +02:00
parent 549983a35d
commit 14b2574c96

View File

@ -15,7 +15,7 @@
padding: 1.6rem; padding: 1.6rem;
display: grid; display: grid;
grid-template-columns: 48px 1fr; grid-template-columns: 48px 1fr;
gap: 1.6rem 2.4rem; gap: 0 2.4rem;
border: 1px solid var(--gray-soft-dark); border: 1px solid var(--gray-soft-dark);
border-radius: var(--border-radius); border-radius: var(--border-radius);
background-color: var(--gray-soft-lightest); background-color: var(--gray-soft-lightest);
@ -83,7 +83,7 @@
overflow-y: auto; overflow-y: auto;
} }
hr { margin: 0; } hr { margin: 1.6rem 0 0; }
.child-item:last-of-type { padding-bottom: 0; } .child-item:last-of-type { padding-bottom: 0; }
} }