Fix Layout issue on FF
This commit is contained in:
parent
4f42a68a9e
commit
411d31eccf
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue