mirror of https://github.com/penpot/penpot.git
🐛 Add gap between library elements modal
This commit is contained in:
parent
3d6eb9d4bb
commit
4ef62cc2dc
|
|
@ -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…
Reference in New Issue