File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed
client/modules/IDE/components/Editor Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -19,6 +19,7 @@ export const EditorContainer = styled.div`
19
19
padding: ${ remSize ( 10 ) } ;
20
20
font-weight: bold;
21
21
${ prop ( 'MobilePanel.default' ) }
22
+ background-color: ${ prop ( 'backgroundColor' ) }
22
23
}
23
24
}
24
25
Original file line number Diff line number Diff line change @@ -582,7 +582,7 @@ class Editor extends React.Component {
582
582
</ section >
583
583
) : (
584
584
< EditorContainer expanded = { this . props . isExpanded } >
585
- < >
585
+ < div >
586
586
< IconButton
587
587
onClick = { this . props . expandSidebar }
588
588
icon = { FolderIcon }
@@ -591,7 +591,7 @@ class Editor extends React.Component {
591
591
{ this . props . file . name }
592
592
< UnsavedChangesIndicator />
593
593
</ span >
594
- </ >
594
+ </ div >
595
595
< section >
596
596
< EditorHolder
597
597
ref = { ( element ) => {
You can’t perform that action at this time.
0 commit comments