mirror of
https://github.com/penpot/penpot.git
synced 2026-09-18 18:06:14 +00:00
🐛 Fix draft grid columns
This commit is contained in:
parent
16c8c3483f
commit
e2412b3d43
@ -19,6 +19,8 @@ $thumbnail-default-height: $s-168; // Default width
|
|||||||
|
|
||||||
.grid-row {
|
.grid-row {
|
||||||
display: grid;
|
display: grid;
|
||||||
|
grid-auto-flow: column;
|
||||||
|
grid-auto-columns: calc($s-12 + var(--th-width, #{$thumbnail-default-width}));
|
||||||
width: 100%;
|
width: 100%;
|
||||||
gap: $s-24;
|
gap: $s-24;
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user