mirror of
https://github.com/BookStackApp/BookStack.git
synced 2024-11-25 17:57:28 +08: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