mirror of
https://github.com/documize/community.git
synced 2025-07-24 23:59:47 +02:00
Make code section font size REM based
In line with recent changes.
This commit is contained in:
parent
a4e07fbf7f
commit
441001fffe
4 changed files with 792 additions and 791 deletions
|
@ -266,7 +266,8 @@
|
|||
.CodeMirror-wrap pre {
|
||||
word-wrap: break-word;
|
||||
white-space: pre-wrap;
|
||||
word-break: normal;
|
||||
word-break: normal;
|
||||
font-size: 1.1rem;
|
||||
}
|
||||
|
||||
.CodeMirror-linebackground {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue