Fix Layout issue on FF
This commit is contained in:
parent
cca039bdd0
commit
488299ef06
|
@ -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;
|
||||||
|
|
Loading…
Reference in New Issue