Skip to content

Commit f54c62e

Browse files
jgbernalpopenshift-cherrypick-robot
authored andcommitted
fix legend height to avoid scroll overlap
Signed-off-by: Gabriel Bernal <[email protected]>
1 parent 91b1cbb commit f54c62e

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)