🐛 Fix line-height of the indent-guide

Issue #4279
This commit is contained in:
simurai
2015-01-15 20:14:57 +09:00
parent c69f4baa04
commit c024abcc5f
2 changed files with 2 additions and 0 deletions

View File

@@ -155,6 +155,7 @@ atom-text-editor {
}
.indent-guide {
display: inline-block;
box-shadow: inset 1px 0;
}

View File

@@ -138,6 +138,7 @@
}
.indent-guide {
display: inline-block;
box-shadow: inset 1px 0;
}