mirror of
https://github.com/overleaf/overleaf.git
synced 2025-03-03 19:51:12 +00:00
Don't stretch images
This commit is contained in:
parent
82cd857e83
commit
6576d95e27
1 changed files with 1 additions and 2 deletions
|
@ -40,8 +40,8 @@
|
|||
}
|
||||
|
||||
img {
|
||||
max-height: 100%;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -76,7 +76,6 @@
|
|||
|
||||
.caption.caption--portals {
|
||||
height: 50px;
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
/* Media Queries */
|
||||
|
|
Loading…
Reference in a new issue