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:
parent
89cb20ada7
commit
1099e08b7d
1 changed files with 2 additions and 0 deletions
|
@ -211,8 +211,10 @@
|
|||
|
||||
width: calc(100% - 1rem);
|
||||
min-height: 5rem;
|
||||
|
||||
img {
|
||||
max-height: 8rem;
|
||||
max-width: 100%;
|
||||
width: auto;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue