mirror of
https://github.com/penpot/penpot.git
synced 2025-04-01 01:21:21 -05:00
🐛 Fix draft grid columns
This commit is contained in:
parent
16c8c3483f
commit
e2412b3d43
1 changed files with 2 additions and 0 deletions
|
@ -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…
Add table
Reference in a new issue