1
0
Fork 0
mirror of synced 2024-07-16 03:35:56 +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 { .root {
display: grid; display: grid;
grid-template-columns: 290px 1fr 300px; grid-template-columns: 290px 1fr 350px;
height: 100%; height: 100%;
width: 100%; width: 100%;
background: #fafafa; background: #fafafa;