mirror of
https://github.com/overleaf/overleaf.git
synced 2025-04-20 19:16:00 +00:00
Add horizontal padding to RT lines
This is to emulate a manusript better
This commit is contained in:
parent
f95fb38056
commit
4d611ca399
1 changed files with 5 additions and 0 deletions
|
@ -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- ?
|
||||
|
||||
/****************************************************************************/
|
||||
|
|
Loading…
Add table
Reference in a new issue