Skip to content

Commit

Permalink
Merge branch 'pr/448'
Browse files Browse the repository at this point in the history
  • Loading branch information
jdorn committed Jul 3, 2015
2 parents ce846a2 + c77fc2f commit 1097489
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/editors/object.js
Original file line number Diff line number Diff line change
Expand Up @@ -327,6 +327,7 @@ JSONEditor.defaults.editors.object = JSONEditor.AbstractEditor.extend({
this.addproperty_list.style.overflowY = 'auto';
this.addproperty_list.style.overflowX = 'hidden';
this.addproperty_list.style.paddingLeft = '5px';
this.addproperty_list.setAttribute('class', 'property-selector');
this.addproperty_add = this.getButton('add','add','add');
this.addproperty_input = this.theme.getFormInputField('text');
this.addproperty_input.setAttribute('placeholder','Property name...');
Expand Down

0 comments on commit 1097489

Please sign in to comment.