Skip to content

Commit 060f7bb

Browse files
Merge pull request #494 from jgbernalp/fix-legend-height
OCPBUGS-60198: fix legend height to avoid scroll overlap
2 parents 9c05e54 + 1c5a5ae commit 060f7bb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

web/src/components/query-browser.tsx

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

103103
const BOTTOM_SERIES_HEIGHT = 34;
104-
const LEGEND_HEIGHT = 75;
104+
const LEGEND_HEIGHT = 90;
105105
const CHART_HEIGHT = 200;
106106

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

0 commit comments

Comments
 (0)