Commit 8631cb26 by Arjun Singh

Add a tiny bit of padding back to unexpanded form

parent 190f25c0
...@@ -38,7 +38,7 @@ if Backbone? ...@@ -38,7 +38,7 @@ if Backbone?
@$('.wmd-preview').hide() @$('.wmd-preview').hide()
@$('.wmd-input').css({ @$('.wmd-input').css({
height: '35px', height: '35px',
padding: '0' padding: '5px'
}) })
@$('.comment-post-control').hide() @$('.comment-post-control').hide()
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment