1
0
Fork 0
mirror of https://github.com/documize/community.git synced 2025-07-28 17:49:41 +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

@ -48,7 +48,7 @@ Heck, Documize will probably run just fine on a Raspberry Pi 3.
## Technology Stack ## Technology Stack
- Go (v1.12.0) - Go (v1.12.1)
- Ember JS (v3.8.0) - Ember JS (v3.8.0)
## Authentication Options ## Authentication Options

File diff suppressed because one or more lines are too long

View file

@ -266,7 +266,8 @@
.CodeMirror-wrap pre { .CodeMirror-wrap pre {
word-wrap: break-word; word-wrap: break-word;
white-space: pre-wrap; white-space: pre-wrap;
word-break: normal; word-break: normal;
font-size: 1.1rem;
} }
.CodeMirror-linebackground { .CodeMirror-linebackground {

View file

@ -1,5 +1,5 @@
.wysiwyg { .wysiwyg {
font-size: 1rem;; font-size: 1rem;
line-height: 1.5rem; line-height: 1.5rem;
color: $color-black-light-1; color: $color-black-light-1;