Skip to content

Commit 1b468aa

Browse files
GaurangTandoncatarak
authored andcommitted
fixes #795 (#935)
* fixes #795 * fix lint
1 parent e2a6b45 commit 1b468aa

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

client/modules/IDE/pages/IDEView.jsx

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -251,7 +251,9 @@ class IDEView extends React.Component {
251251
defaultSize="50%"
252252
onChange={() => { this.overlay.style.display = 'block'; }}
253253
onDragFinished={() => { this.overlay.style.display = 'none'; }}
254-
resizerStyle={{ marginRight: '0', marginLeft: '-10px' }}
254+
resizerStyle={{
255+
borderLeftWidth: '2px', borderRightWidth: '2px', width: '2px', margin: '0px 0px'
256+
}}
255257
>
256258
<SplitPane
257259
split="horizontal"

0 commit comments

Comments
 (0)