1
0
Fork 0
mirror of synced 2024-07-05 06:20:55 +12:00

Fix Layout issue on FF

This commit is contained in:
Martin McKeaveney 2020-02-12 21:01:53 +00:00 committed by GitHub
parent 4f42a68a9e
commit 411d31eccf

View file

@ -124,7 +124,7 @@
.root {
display: grid;
grid-template-columns: 290px 1fr 300px;
grid-template-columns: 290px 1fr 350px;
height: 100%;
width: 100%;
background: #fafafa;