Add a tiny bit of padding back to unexpanded form

This commit is contained in:
Arjun Singh
2012-09-14 13:39:07 -07:00
parent 190f25c0dd
commit 8631cb2644

View File

@@ -38,7 +38,7 @@ if Backbone?
@$('.wmd-preview').hide()
@$('.wmd-input').css({
height: '35px',
padding: '0'
padding: '5px'
})
@$('.comment-post-control').hide()