- Fix: img overflow in markdown view

- Community theme rebuild
This commit is contained in:
buddh4 2018-09-09 20:30:03 +02:00
parent f4cf2bbcef
commit 7d9cc4c49f
3 changed files with 10 additions and 1 deletions

View File

@ -1,6 +1,11 @@
HumHub Change Log
=================
1.3.3 Unreleased
--------------------------
- Fix: img overflow in markdown view
1.3.2 (September 4, 2018)
--------------------------

View File

@ -215,6 +215,10 @@
background-color:transparent !important;
padding:0;
}
img {
max-width:100%;
}
}

File diff suppressed because one or more lines are too long