Commit 0ffd7931 authored by Clement Ho's avatar Clement Ho

Merge branch '48419-charts-with-long-label-appear-oversized' into 'master'

Resolve "Charts with long label appear oversized"

Closes #48419

See merge request gitlab-org/gitlab-ce!20866
parents e8b5bbf1 dd4a5b14
......@@ -147,6 +147,7 @@ export default {
}
this.showEmptyState = false;
})
.then(this.resize)
.catch(() => {
this.state = 'unableToConnect';
});
......
---
title: fix height of full-width Metrics charts on large screens
merge_request: 20866
author:
type: fixed
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment