diff options
author | luxagraf <sng@luxagraf.net> | 2018-10-28 11:18:42 -0600 |
---|---|---|
committer | luxagraf <sng@luxagraf.net> | 2018-10-28 11:18:42 -0600 |
commit | 99829b82a1a51f39c9a79da3da20861d34566a17 (patch) | |
tree | 169cf75d182199938387753d76184fcf8ef64af0 /app | |
parent | a68c37f0b766a59d75b28776ae52bfbc41e82192 (diff) |
added an override for weird max height setting in django admin responsive css
Diffstat (limited to 'app')
-rw-r--r-- | app/utils/static/image-loader.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/app/utils/static/image-loader.js b/app/utils/static/image-loader.js index 87be0c8..3333409 100644 --- a/app/utils/static/image-loader.js +++ b/app/utils/static/image-loader.js @@ -41,4 +41,5 @@ function add_images(){ } document.addEventListener("DOMContentLoaded", function(event) { add_images(); + document.getElementById("id_markdown").style.maxHeight = "300rem" }); |