Merge pull request #459 from quantified-uncertainty/hotfix-playground-chart

Hotfix playground chart
This commit is contained in:
Ozzie Gooen 2022-05-02 15:09:12 -04:00 committed by GitHub
commit f3bf44095d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -74,7 +74,7 @@ const Display = styled.div<TitleProps>`
const Row = styled.div` const Row = styled.div`
display: grid; display: grid;
grid-template-columns: 1fr 1fr; grid-template-columns: 50% 50%;
`; `;
const Col = styled.div``; const Col = styled.div``;