Add horizontal padding to RT lines

This is to emulate a manusript better
This commit is contained in:
Alasdair Smith 2018-07-13 15:45:45 +01:00
parent f95fb38056
commit 4d611ca399

View file

@ -8,6 +8,11 @@
font-family: @rt-font-family-serif;
}
.CodeMirror-line {
// Add horizontal padding, to emulate a manuscript more closely
padding: 0 8%;
}
// TODO: Change prefix away from wl- ?
/****************************************************************************/