mirror of
https://github.com/penpot/penpot.git
synced 2025-02-03 12:59:12 -05:00
🐛 Fix problem with components thumbnails single column
This commit is contained in:
parent
f75da999dc
commit
e474accb61
1 changed files with 1 additions and 1 deletions
|
@ -11,7 +11,7 @@
|
||||||
}
|
}
|
||||||
.asset-grid {
|
.asset-grid {
|
||||||
display: grid;
|
display: grid;
|
||||||
grid-template-columns: repeat(auto-fill, minmax($s-112, 1fr));
|
grid-template-columns: repeat(auto-fill, minmax($s-96, 1fr));
|
||||||
grid-auto-rows: $s-112;
|
grid-auto-rows: $s-112;
|
||||||
max-width: 100%;
|
max-width: 100%;
|
||||||
gap: $s-4;
|
gap: $s-4;
|
||||||
|
|
Loading…
Add table
Reference in a new issue