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`
1919 padding: ${ remSize ( 10 ) } ;
2020 font-weight: bold;
2121 ${ prop ( 'MobilePanel.default' ) }
22+ background-color: ${ prop ( 'backgroundColor' ) }
2223 }
2324 }
2425
Original file line number Diff line number Diff line change @@ -582,7 +582,7 @@ class Editor extends React.Component {
582582 </ section >
583583 ) : (
584584 < EditorContainer expanded = { this . props . isExpanded } >
585- < >
585+ < div >
586586 < IconButton
587587 onClick = { this . props . expandSidebar }
588588 icon = { FolderIcon }
@@ -591,7 +591,7 @@ class Editor extends React.Component {
591591 { this . props . file . name }
592592 < UnsavedChangesIndicator />
593593 </ span >
594- </ >
594+ </ div >
595595 < section >
596596 < EditorHolder
597597 ref = { ( element ) => {
You can’t perform that action at this time.
0 commit comments