mirror of
https://github.com/BookStackApp/BookStack.git
synced 2025-04-23 12:20:21 +00:00
Fixed minor issue with large images
This commit is contained in:
parent
b54ef3bb4b
commit
762ae761b5
1 changed files with 3 additions and 0 deletions
|
@ -99,6 +99,9 @@ ul.menu {
|
|||
&.left {
|
||||
float: left;
|
||||
}
|
||||
img {
|
||||
max-width: 100%;
|
||||
}
|
||||
}
|
||||
|
||||
.page-list {
|
||||
|
|
Loading…
Add table
Reference in a new issue