mirror of
https://github.com/penpot/penpot.git
synced 2026-05-01 06:08:09 +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 {
|
||||
display: grid;
|
||||
grid-auto-flow: column;
|
||||
grid-auto-columns: calc($s-12 + var(--th-width, #{$thumbnail-default-width}));
|
||||
width: 100%;
|
||||
gap: $s-24;
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user