diff --git a/js/cms.js b/js/cms.js index 2fd5bdc..7fad11c 100644 --- a/js/cms.js +++ b/js/cms.js @@ -91,7 +91,7 @@ minInnerWidth: 620, onadd: function() { // Adding margin to prevent post options from overlaping message box - $('#Form_EditForm_error ').attr('style', 'margin-right: 56px'); + $('#Form_EditForm_error ').css('margin-right', '56px'); this._super(); this.updateLayout();