Skip to content

Commit eb08003

Browse files
committed
fix epoch settings
1 parent 2690b26 commit eb08003

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

mithril-explorer/pages/index.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -79,10 +79,10 @@ export default function Explorer() {
7979
</Row>
8080
</Form>
8181
<Row>
82-
<Col>
82+
<Col xs={12} sm={4} lg={3} xl={2}>
8383
<EpochSettings aggregator={aggregator} />
8484
</Col>
85-
<Col xs={8}>
85+
<Col xs={12} sm={8} lg={9} xl={10}>
8686
<PendingCertificate aggregator={aggregator} />
8787
</Col>
8888
</Row>

0 commit comments

Comments
 (0)