🐛 Fix overflow of mini editors

Issue #4400
This commit is contained in:
simurai
2015-01-16 20:12:53 +09:00
parent 97d697f195
commit 696c795b50

View File

@@ -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 {