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:
parent
a4e07fbf7f
commit
441001fffe
4 changed files with 792 additions and 791 deletions
|
@ -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
|
||||||
|
|
1576
embed/bindata.go
1576
embed/bindata.go
File diff suppressed because one or more lines are too long
|
@ -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 {
|
||||||
|
|
|
@ -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;
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue