1
0
Fork 0
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:
Harvey Kandola 2019-03-15 12:57:58 +00:00
parent a4e07fbf7f
commit 441001fffe
4 changed files with 792 additions and 791 deletions

View file

@ -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 {