Fix horizontal scrollbar for images (#4961)

This commit is contained in:
Yuriy Bakhtin 2021-03-12 19:55:49 +03:00 committed by GitHub
parent de650b86ab
commit 82e69d32ed
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 7 additions and 2 deletions

View File

@ -1,6 +1,12 @@
HumHub Changelog
================
1.8.2 (Unreleased)
-------------------
- Fix #4959: Horizontal scrollbar for images
1.8.1 (March 12, 2021)
----------------------

View File

@ -167,7 +167,6 @@
img:not(.center-block) {
max-width: 100%;
margin: 0 5px;
}
img.pull-right {

File diff suppressed because one or more lines are too long