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