Commit 34a6a9a 1 parent 302069e commit 34a6a9a Copy full SHA for 34a6a9a
File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -345,7 +345,7 @@ const GridPage: React.FC = (): ReactNode => {
345
345
const windowSize = useWindowSize ( ) ;
346
346
const [ bottomBarRef , bottomBarSize ] = useMeasure < HTMLInputElement > ( ) ;
347
347
const [ gridWidthRef , { width : gridWidth } ] = useMeasure < HTMLDivElement > ( ) ;
348
- const gridHeight = windowSize . height - bottomBarSize . height - 40 ;
348
+ const gridHeight = windowSize . height - bottomBarSize . height - 1 ;
349
349
350
350
const contentGridItems = useMemo < Array < GridItemContent > > ( ( ) => {
351
351
// TODO define a default config set
@@ -422,7 +422,7 @@ const GridPage: React.FC = (): ReactNode => {
422
422
x : 828 ,
423
423
y : 390 ,
424
424
width : 306 ,
425
- height : 310 ,
425
+ height : 355 ,
426
426
} ,
427
427
} ) ;
428
428
@@ -434,7 +434,7 @@ const GridPage: React.FC = (): ReactNode => {
434
434
x : 0 ,
435
435
y : 200 ,
436
436
width : 828 ,
437
- height : 500 ,
437
+ height : 545 ,
438
438
} ,
439
439
} ) ;
440
440
@@ -525,7 +525,7 @@ const GridPage: React.FC = (): ReactNode => {
525
525
responsive = { [ ] }
526
526
css = { { height : '100%' , maxWidth : 'unset' } }
527
527
>
528
- < EuiPageTemplate . Section grow = { true } >
528
+ < EuiPageTemplate . Section grow = { true } paddingSize = "none" >
529
529
< div ref = { gridWidthRef } >
530
530
< GridNoSSR
531
531
boundary = { {
You can’t perform that action at this time.
0 commit comments