0
Fork 0
mirror of https://github.com/penpot/penpot.git synced 2025-03-10 14:51:37 -05:00

Merge pull request #4317 from penpot/eva-bugfix-libraries

🐛 Add gap between library elements modal
This commit is contained in:
Alejandro 2024-03-22 16:37:18 +01:00 committed by GitHub
commit b5cfff77b3
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -182,6 +182,11 @@
margin-block-start: $s-16;
}
.libraries-updates-column {
display: grid;
gap: $s-4;
}
.libraries-updates-item {
@include bodyLargeTypography;
display: grid;