Fix Layout issue on FF

This commit is contained in:
Martin McKeaveney 2020-02-12 21:01:53 +00:00 committed by GitHub
parent cca039bdd0
commit 488299ef06
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

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;