1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-09-04 08:28:11 +00:00

Remove picture height limit in Markdown editor

This commit is contained in:
plt
2018-10-16 15:44:01 +08:00
parent d49e2f38f7
commit 80b7e562a0

View File

@@ -26,7 +26,6 @@ p {
img { img {
max-width: 100%; max-width: 100%;
max-height: 20em;
} }
img.active { img.active {