stats page component should be display block so its width expands

This commit is contained in:
Tyler Shipe 2021-03-03 14:24:52 -05:00
parent 1f28201e70
commit 4373616ad4
1 changed files with 1 additions and 1 deletions

View File

@ -79,7 +79,7 @@ const IndexPage = () => (
</div>
</Col>
<Col xs={24} lg={14}>
<div className="hidden md:inline-block">
<div className="hidden md:block">
<StatsPanel />
</div>
</Col>