diff options
author | Jude <julie_wang1@brown.edu> | 2019-03-10 21:46:32 -0400 |
---|---|---|
committer | Jude <julie_wang1@brown.edu> | 2019-03-10 21:46:32 -0400 |
commit | 03ce1e07841ecc67c5f63507590989fb606f0af7 (patch) | |
tree | ba183557755be9ced24151c10aacb1676c0e0e43 /src/client/util/TooltipTextMenu.tsx | |
parent | 772182d40f180121ed14384bc9c6f623dd77c415 (diff) | |
parent | d10a091db9b2dd2656fde172628d62c4dbf67970 (diff) |
Merge branch 'ui_improvements' of https://github.com/browngraphicslab/Dash-Web into ui_improvements
Diffstat (limited to 'src/client/util/TooltipTextMenu.tsx')
-rw-r--r-- | src/client/util/TooltipTextMenu.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/util/TooltipTextMenu.tsx b/src/client/util/TooltipTextMenu.tsx index 3b87fe9de..8cc653bf2 100644 --- a/src/client/util/TooltipTextMenu.tsx +++ b/src/client/util/TooltipTextMenu.tsx @@ -117,7 +117,7 @@ export class TooltipTextMenu { let width = Math.abs(start.left - end.left) / 2; let mid = Math.min(start.left, end.left) + width; //THIS WIDTH IS 15 * NUMBER OF ICONS + 15 - this.tooltip.style.width = 120 + "px"; + this.tooltip.style.width = 122 + "px"; this.tooltip.style.bottom = (box.bottom - start.top) + "px"; } |