mirror of
https://github.com/BookStackApp/BookStack.git
synced 2024-10-01 01:36:00 -04:00
Fixed minor issue with large images
This commit is contained in:
parent
b54ef3bb4b
commit
762ae761b5
@ -99,6 +99,9 @@ ul.menu {
|
||||
&.left {
|
||||
float: left;
|
||||
}
|
||||
img {
|
||||
max-width: 100%;
|
||||
}
|
||||
}
|
||||
|
||||
.page-list {
|
||||
|
Loading…
Reference in New Issue
Block a user