mirror of
https://github.com/atom/atom.git
synced 2026-01-22 21:38:10 -05:00
Put a bit more space between editor lines
This commit is contained in:
@@ -73,10 +73,11 @@
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.editor .line {
|
||||
.editor .line, .gutter .line-number {
|
||||
white-space: pre;
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
padding-bottom: .05em;
|
||||
z-index: 1;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user