mirror of
https://github.com/atom/atom.git
synced 2026-01-25 23:08:18 -05:00
Merge pull request #13021 from atom/cn-fix-text-editor-display
Use flex display in text editor instead of block
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
@import "octicon-mixins";
|
||||
|
||||
atom-text-editor {
|
||||
display: block;
|
||||
display: flex;
|
||||
font-family: Menlo, Consolas, 'DejaVu Sans Mono', monospace;
|
||||
|
||||
.editor--private, .editor-contents--private {
|
||||
|
||||
Reference in New Issue
Block a user