From 696c795b50809f651fc7b5f49d3cbb76a521bdcc Mon Sep 17 00:00:00 2001 From: simurai Date: Fri, 16 Jan 2015 20:12:53 +0900 Subject: [PATCH] :bug: Fix overflow of mini editors Issue #4400 --- static/text-editor-light.less | 1 + 1 file changed, 1 insertion(+) diff --git a/static/text-editor-light.less b/static/text-editor-light.less index f9aad59e2..43902c97b 100644 --- a/static/text-editor-light.less +++ b/static/text-editor-light.less @@ -12,6 +12,7 @@ atom-text-editor[mini] { font-size: @input-font-size; line-height: @component-line-height; max-height: @component-line-height + 2; // +2 for borders + overflow: auto; } atom-overlay {