Set max-width for embedded images

This commit is contained in:
Andrew Manning 2016-07-09 20:24:16 -04:00
parent 47d7fc70e8
commit 50e581d88a

View File

@ -2039,3 +2039,7 @@ dl.bb-dl > dd > li {
border-style: solid;
border-width: 5px;
}
#wiki-preview img {
max-width: 100%;
}