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:
commit
b5cfff77b3
1 changed files with 5 additions and 0 deletions
|
@ -182,6 +182,11 @@
|
|||
margin-block-start: $s-16;
|
||||
}
|
||||
|
||||
.libraries-updates-column {
|
||||
display: grid;
|
||||
gap: $s-4;
|
||||
}
|
||||
|
||||
.libraries-updates-item {
|
||||
@include bodyLargeTypography;
|
||||
display: grid;
|
||||
|
|
Loading…
Add table
Reference in a new issue