This commit is contained in:
lry6003 2017-05-13 08:40:22 +00:00 committed by GitHub
commit 91308e6f1e
1 changed files with 3 additions and 0 deletions

View File

@ -106,6 +106,9 @@
$('.blog-admin-sidebar.cms-panel').entwine({
MinInnerWidth: 620,
onadd: function() {
// Adding margin to prevent post options from overlaping message box
$('#Form_EditForm_error ').css('margin-right', '56px');
this._super();
this.updateLayout();