Merge pull request #8730 from atom/as-faster-style-recalculation

Faster Style Recalculations
This commit is contained in:
Antonio Scandurra
2015-09-15 11:25:10 +02:00
9 changed files with 73 additions and 90 deletions

View File

@@ -46,6 +46,7 @@ atom-text-editor {
}
.line-number {
position: relative;
white-space: nowrap;
padding-left: .5em;
opacity: 0.6;

View File

@@ -29,6 +29,7 @@
}
.line-number {
position: relative;
white-space: nowrap;
padding-left: .5em;
opacity: 0.6;