Skip to content

Commit 4eb5119

Browse files
committed
[O2B-1489] Update table and page height constants
Adjusted TABLEROW_HEIGHT and PAGE_USED_HEIGHT to reflect updated UI dimensions.
1 parent bff8c8f commit 4eb5119

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

lib/public/views/Environments/Overview/environmentOverviewComponent.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,9 @@ import { estimateDisplayableRowsCount } from '../../../utilities/estimateDisplay
1818
import { paginationComponent } from '../../../components/Pagination/paginationComponent.js';
1919
import { filtersPanelPopover } from '../../../components/Filters/common/filtersPanelPopover.js';
2020

21-
const TABLEROW_HEIGHT = 58;
21+
const TABLEROW_HEIGHT = 65.3;
2222
// Estimate of the navbar and pagination elements height total; Needs to be updated in case of changes;
23-
const PAGE_USED_HEIGHT = 181;
23+
const PAGE_USED_HEIGHT = 260;
2424

2525
/**
2626
* The shows the environment table

0 commit comments

Comments
 (0)