0
Fork 0
mirror of https://github.com/penpot/penpot.git synced 2025-03-18 10:41:29 -05:00

🐛 Fix draft grid columns

This commit is contained in:
Eva Marco 2024-03-13 11:05:48 +01:00
parent 16c8c3483f
commit e2412b3d43

View file

@ -19,6 +19,8 @@ $thumbnail-default-height: $s-168; // Default width
.grid-row {
display: grid;
grid-auto-flow: column;
grid-auto-columns: calc($s-12 + var(--th-width, #{$thumbnail-default-width}));
width: 100%;
gap: $s-24;
}