🐛 Fix overflow of mini editors

Issue #4400
Esse commit está contido em:
simurai
2015-01-16 20:12:53 +09:00
commit 696c795b50
+1
Ver Arquivo
@@ -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 {