0
Fork 0
mirror of https://github.com/penpot/penpot.git synced 2025-01-09 16:30:37 -05:00

🐛 Fix problem with exports layout

This commit is contained in:
alonso.torres 2023-11-22 09:54:03 +01:00 committed by Andrey Antukh
parent 37e9d9819b
commit 9b9a882f43

View file

@ -201,6 +201,7 @@
img,
svg {
object-fit: contain;
max-height: $s-40;
}
}
}