mirror of
https://github.com/BookStackApp/BookStack.git
synced 2025-05-10 19:10:39 +00:00
Fixed minor issue with large images again
This commit is contained in:
parent
762ae761b5
commit
1e2f5ded38
1 changed files with 2 additions and 1 deletions
|
@ -101,6 +101,7 @@ ul.menu {
|
||||||
}
|
}
|
||||||
img {
|
img {
|
||||||
max-width: 100%;
|
max-width: 100%;
|
||||||
|
height:auto;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -365,4 +366,4 @@ body.dragging, body.dragging * {
|
||||||
}
|
}
|
||||||
.sortable-page-list li.placeholder:before {
|
.sortable-page-list li.placeholder:before {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue