aboutsummaryrefslogtreecommitdiffstats
path: root/ui/imports/ui/components/graph-tooltip-window/graph-tooltip-window.html
diff options
context:
space:
mode:
Diffstat (limited to 'ui/imports/ui/components/graph-tooltip-window/graph-tooltip-window.html')
-rw-r--r--ui/imports/ui/components/graph-tooltip-window/graph-tooltip-window.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/ui/imports/ui/components/graph-tooltip-window/graph-tooltip-window.html b/ui/imports/ui/components/graph-tooltip-window/graph-tooltip-window.html
index 53537ca..4ce9787 100644
--- a/ui/imports/ui/components/graph-tooltip-window/graph-tooltip-window.html
+++ b/ui/imports/ui/components/graph-tooltip-window/graph-tooltip-window.html
@@ -9,8 +9,8 @@
########################################################################################
-->
<template name="GraphTooltipWindow">
- <div class="os-graph-tooltip-window {{#if show}}cl-visible{{/if}}"
- style="top: {{ top }}px; left: {{ left }}px;">
+<div class="os-graph-tooltip-window {{#if show}}cl-visible{{/if}}"
+ style="top: {{ top }}px; left: {{ left }}px;">
<div class="sm-label"><u>{{ label }}</u></div>
<div class="sm-title">{{{ title }}}</div>
</div>