0
Fork 0
mirror of https://github.com/penpot/penpot.git synced 2025-03-25 14:11:33 -05:00

🐛 Fixed small visual problem for images in handoff

This commit is contained in:
alonso.torres 2021-02-04 14:24:08 +01:00 committed by Andrey Antukh
parent 89cb20ada7
commit 1099e08b7d

View file

@ -211,8 +211,10 @@
width: calc(100% - 1rem);
min-height: 5rem;
img {
max-height: 8rem;
max-width: 100%;
width: auto;
}
}