0
Fork 0
mirror of https://github.com/penpot/penpot.git synced 2025-02-18 13:04:38 -05:00

🐛 Fix assets bar not being tall enough (and thus typography dropdown clipped) in some occassions

This commit is contained in:
Belén Albeza 2024-01-23 16:47:09 +01:00
parent 50053b0fc4
commit 20ce492909

View file

@ -14,6 +14,7 @@
&:last-child { &:last-child {
margin-block-end: $s-24; margin-block-end: $s-24;
} }
height: 100%;
} }
.file-name { .file-name {