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:
parent
ee28e27b16
commit
5a480479a1
1 changed files with 1 additions and 1 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue