mirror of
https://github.com/humhub/humhub.git
synced 2025-01-16 21:58:17 +01:00
- Fix: img overflow in markdown view
- Community theme rebuild
This commit is contained in:
parent
f4cf2bbcef
commit
7d9cc4c49f
@ -1,6 +1,11 @@
|
||||
HumHub Change Log
|
||||
=================
|
||||
|
||||
1.3.3 Unreleased
|
||||
--------------------------
|
||||
|
||||
- Fix: img overflow in markdown view
|
||||
|
||||
1.3.2 (September 4, 2018)
|
||||
--------------------------
|
||||
|
||||
|
@ -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
Loading…
x
Reference in New Issue
Block a user