0
Fork 0
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:
alonso.torres 2024-01-31 13:04:21 +01:00
parent f75da999dc
commit e474accb61

View file

@ -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;