mirror of
https://github.com/chanzuckerberg/cellxgene.git
synced 2026-09-26 08:48:11 +08:00
move continuous to the left
This commit is contained in:
@@ -63,8 +63,8 @@ class App extends React.Component {
|
||||
{this.props.cells.error ? "Error loading cells" : null}
|
||||
{false ? <Joy data={this.state.expressions && this.state.expressions.data}/> : ""}
|
||||
<Categorical/>
|
||||
<Continuous/>
|
||||
<Graph/>
|
||||
<Continuous/>
|
||||
<Expression/>
|
||||
</Container>
|
||||
)
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
.container {
|
||||
max-width: 1200px;
|
||||
margin: auto;
|
||||
margin-left: 400px;
|
||||
min-height: 100%;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user