diff options
author | Adriel Santiago <asantiago@gitlab.com> | 2019-04-05 21:59:57 +0000 |
---|---|---|
committer | Mike Greiling <mike@pixelcog.com> | 2019-04-05 21:59:57 +0000 |
commit | 8cf0af88e664b6e3da7d95180c48241591782419 (patch) | |
tree | fb311e574b24fa9f739b6cfe376b21b968f0eee4 /package.json | |
parent | 3ba9e4e44b9a0b12e6078d8e550ac18d20614e93 (diff) | |
download | gitlab-ce-8cf0af88e664b6e3da7d95180c48241591782419.tar.gz |
Wrap long chart tooltip series label names
Resolves an issue where long series label names overflow
the popover chart tooltip container
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json index ac8f6bd0db5..54962834e71 100644 --- a/package.json +++ b/package.json @@ -34,7 +34,7 @@ "@babel/preset-env": "^7.3.1", "@gitlab/csslab": "^1.9.0", "@gitlab/svgs": "^1.58.0", - "@gitlab/ui": "^3.0.1", + "@gitlab/ui": "^3.1.0", "apollo-cache-inmemory": "^1.5.1", "apollo-client": "^2.5.1", "apollo-upload-client": "^10.0.0", |