mirror of
https://github.com/overleaf/overleaf.git
synced 2025-04-05 13:59:39 +00:00
Set max-width on Wiki images
Fixes images expanding outside of parent container
This commit is contained in:
parent
ddca090cd7
commit
83b3904fca
1 changed files with 4 additions and 0 deletions
|
@ -13,6 +13,10 @@
|
|||
font-size: 18px;
|
||||
}
|
||||
}
|
||||
|
||||
img {
|
||||
max-width: 100%;
|
||||
}
|
||||
|
||||
.page-header {
|
||||
a {
|
||||
|
|
Loading…
Reference in a new issue