refs #156 Set max height in image viewer

This commit is contained in:
AkiraFukushima 2018-03-30 18:15:12 +09:00
parent 1d4a934fae
commit 0ee1a69a79
1 changed files with 1 additions and 0 deletions

View File

@ -68,6 +68,7 @@ export default {
img {
max-width: 80%;
max-height: 80%;
}
}
}