Skip to content

Commit

Permalink
[#19471] - [4.0] Lateral menu overlaps debug panel on backend
Browse files Browse the repository at this point in the history
updated js file
  • Loading branch information
amone4 committed Apr 2, 2018
1 parent 29fec14 commit e1977b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion media/plg_system_debug/js/debug.js
Expand Up @@ -18,7 +18,7 @@ Joomla = window.Joomla || {};
var sidebarWrapper = document.getElementById('sidebar-wrapper'),
debugWrapper = document.getElementById('system-debug');
if (sidebarWrapper && debugWrapper) {
debugWrapper.style.marginLeft = '60px';
debugWrapper.style.marginLeft = '5px';
}
});

Expand Down

0 comments on commit e1977b0

Please sign in to comment.