clear button padding 25 --> 20
This commit is contained in:
@@ -10,7 +10,8 @@ Textarea input
|
||||
$(function(){
|
||||
$('#comments').editable({
|
||||
url: '/post',
|
||||
title: 'Enter comments'
|
||||
title: 'Enter comments',
|
||||
rows: 10
|
||||
});
|
||||
});
|
||||
</script>
|
||||
|
Reference in New Issue
Block a user