0
0
Fork 0
mirror of https://github.com/BookStackApp/BookStack.git synced 2025-05-19 14:41:32 +00:00

Fixed minor issue with large images again

This commit is contained in:
Dan Brown 2015-07-30 22:44:58 +01:00
parent 762ae761b5
commit 1e2f5ded38

View file

@ -101,6 +101,7 @@ ul.menu {
} }
img { img {
max-width: 100%; max-width: 100%;
height:auto;
} }
} }