summaryrefslogtreecommitdiff
path: root/app/assets/stylesheets/pages/monitor.scss
diff options
context:
space:
mode:
Diffstat (limited to 'app/assets/stylesheets/pages/monitor.scss')
-rw-r--r--app/assets/stylesheets/pages/monitor.scss5
1 files changed, 5 insertions, 0 deletions
diff --git a/app/assets/stylesheets/pages/monitor.scss b/app/assets/stylesheets/pages/monitor.scss
new file mode 100644
index 00000000000..25ff5abd774
--- /dev/null
+++ b/app/assets/stylesheets/pages/monitor.scss
@@ -0,0 +1,5 @@
+.chart-tooltip > .popover {
+ min-width: 0;
+ width: max-content;
+ max-width: $chart-tooltip-max-width;
+}