mirror of
https://github.com/silverstripe/silverstripe-blog
synced 2024-10-22 11:05:58 +02:00
Minor: Stopped messages overflowing in blog-post
added line to cms.js that adds margin to messages on the new blog post page in CMS
This commit is contained in:
parent
a9e0b93f5a
commit
636c916a23
@ -90,6 +90,9 @@
|
|||||||
$('.blog-admin-sidebar.cms-panel').entwine({
|
$('.blog-admin-sidebar.cms-panel').entwine({
|
||||||
minInnerWidth: 620,
|
minInnerWidth: 620,
|
||||||
onadd: function() {
|
onadd: function() {
|
||||||
|
// Adding margin to prevent post options from overlaping message box
|
||||||
|
$('.message').attr('style', 'margin-right: 56px');
|
||||||
|
|
||||||
this._super();
|
this._super();
|
||||||
this.updateLayout();
|
this.updateLayout();
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user