1
0
Fork 0
mirror of https://github.com/documize/community.git synced 2025-07-23 15:19:42 +02:00

Bottom padding for Code section type in print media

This commit is contained in:
sauls8t 2018-06-12 14:08:57 +01:00
parent ee28e27b16
commit 5a480479a1

View file

@ -1,4 +1,4 @@
<style>
.CodeMirror { height: auto !important;}
.CodeMirror { height: auto !important; margin-bottom: 20px; }
</style>
<textarea id="page-{{page.id}}-code" value={{codeBody}}></textarea>