From 07a017039f29cb7f0fed5a19eaaca782ae5531c7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?C=C3=A9dric=20N=C3=A9h=C3=A9mie?= Date: Wed, 19 Oct 2016 12:11:12 +0200 Subject: [PATCH] :bug: Use flex display in text editor instead of block --- static/text-editor-light.less | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/text-editor-light.less b/static/text-editor-light.less index 178f62d1d..5f159ce94 100644 --- a/static/text-editor-light.less +++ b/static/text-editor-light.less @@ -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 {