Merge pull request #12581 from atom/as-ns-remove-height-100

Remove `height: 100%` from atom-text-editor elements
This commit is contained in:
Antonio Scandurra
2016-09-01 17:10:12 +02:00
committed by GitHub

View File

@@ -5,7 +5,6 @@
atom-text-editor {
display: block;
font-family: Menlo, Consolas, 'DejaVu Sans Mono', monospace;
height: 100%;
}
atom-text-editor[mini] {