diff --git a/common/app/Panes/Divider.jsx b/common/app/Panes/Divider.jsx index a90fd88775..81787bb0f5 100644 --- a/common/app/Panes/Divider.jsx +++ b/common/app/Panes/Divider.jsx @@ -25,7 +25,7 @@ export function Divider({ left, dividerClicked }) { cursor: 'col-resize', height: '100%', left: left + '%', - marginLeft: '-4px', + marginLeft: '0px', position: 'absolute', right: 'auto', top: 0, diff --git a/common/app/Panes/Pane.jsx b/common/app/Panes/Pane.jsx index 15f95a4c64..b3c5dedc38 100644 --- a/common/app/Panes/Pane.jsx +++ b/common/app/Panes/Pane.jsx @@ -22,7 +22,9 @@ export function Pane({ overflowY: 'auto', position: 'absolute', right: right + '%', - top: 0 + top: 0, + paddingLeft: '4px', + paddingRight: '4px' }; return (