Quick fix. Styles duct tape.

pull/1231/head
Hunter Trujillo 2017-04-07 15:58:06 -06:00
parent c4bb0f0275
commit 92bf3a2046
1 changed files with 1 additions and 1 deletions

View File

@ -117,7 +117,7 @@ class CellEditorOverlay extends Component {
cellName={cellWorkingName} cellName={cellWorkingName}
/> />
<ResizeBottom> <ResizeBottom>
<div> <div style={{display: 'flex', flexDirection: 'column', height: '100%'}}>
<OverlayControls <OverlayControls
selectedGraphType={cellWorkingType} selectedGraphType={cellWorkingType}
onSelectGraphType={this.handleSelectGraphType} onSelectGraphType={this.handleSelectGraphType}