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:
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 {
|
||||
display: grid;
|
||||
grid-auto-flow: column;
|
||||
grid-auto-columns: calc($s-12 + var(--th-width, #{$thumbnail-default-width}));
|
||||
width: 100%;
|
||||
gap: $s-24;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue