1
0
mirror of https://github.com/BookStackApp/BookStack.git synced 2025-07-31 15:24:31 +03:00

Fixed minor issue with large images

This commit is contained in:
Dan Brown
2015-07-30 22:42:05 +01:00
parent b54ef3bb4b
commit 762ae761b5

View File

@ -99,6 +99,9 @@ ul.menu {
&.left {
float: left;
}
img {
max-width: 100%;
}
}
.page-list {