0
Fork 0
mirror of https://github.com/penpot/penpot.git synced 2025-01-24 07:29:08 -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 {
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;
max-width: 100%;
gap: $s-4;