Remove mini class from grammar selector

Grammars were wrapping when miniaturized even though
there was plenty of room.
This commit is contained in:
Kevin Sawicki
2013-05-01 17:13:46 -07:00
parent aebaf688a9
commit 698f670350

View File

@@ -5,7 +5,7 @@ _ = require 'underscore'
module.exports =
class GrammarSelector extends SelectList
@viewClass: -> "#{super} grammar-selector from-top overlay mini"
@viewClass: -> "#{super} grammar-selector from-top overlay"
@activate: ->
rootView.command 'grammar-selector:show', '.editor', => new GrammarSelector()