mirror of
https://github.com/documize/community.git
synced 2025-07-24 23:59:47 +02:00
Bottom padding for Code section type in print media
This commit is contained in:
parent
ee28e27b16
commit
5a480479a1
1 changed files with 1 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
||||||
<style>
|
<style>
|
||||||
.CodeMirror { height: auto !important;}
|
.CodeMirror { height: auto !important; margin-bottom: 20px; }
|
||||||
</style>
|
</style>
|
||||||
<textarea id="page-{{page.id}}-code" value={{codeBody}}></textarea>
|
<textarea id="page-{{page.id}}-code" value={{codeBody}}></textarea>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue