Skip to content

Commit 345d64d

Browse files
Merge pull request #498 from openshift-cherrypick-robot/cherry-pick-494-to-release-4.19
NO-JIRA: [release-4.19] OCPBUGS-60296: fix legend height to avoid scroll overlap
2 parents 91b1cbb + f54c62e commit 345d64d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

web/src/components/query-browser.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ export const Error: React.FC<ErrorProps> = ({ error, title = 'An error occurred'
100100
);
101101

102102
const BOTTOM_SERIES_HEIGHT = 34;
103-
const LEGEND_HEIGHT = 75;
103+
const LEGEND_HEIGHT = 90;
104104
const CHART_HEIGHT = 200;
105105

106106
const GraphEmptyState: React.FC<GraphEmptyStateProps> = ({ children, title }) => (

0 commit comments

Comments
 (0)