mirror of
https://github.com/atom/atom.git
synced 2026-01-23 13:58:08 -05:00
Remove mini class to give id enough room
This commit is contained in:
committed by
Nathan Sobo
parent
4c7025ae81
commit
b08f320ed5
@@ -9,7 +9,7 @@ class Prompt extends View
|
||||
@activate: -> new Prompt
|
||||
|
||||
@content: ->
|
||||
@div class: 'overlay from-top mini', =>
|
||||
@div class: 'overlay from-top', =>
|
||||
@subview 'miniEditor', new Editor(mini: true)
|
||||
@div class: 'message', outlet: 'message', 'Enter a session id to join'
|
||||
|
||||
|
||||
Reference in New Issue
Block a user