diff options
author | laurawilsonri <laura_wilson@brown.edu> | 2019-03-10 20:23:56 -0400 |
---|---|---|
committer | laurawilsonri <laura_wilson@brown.edu> | 2019-03-10 20:23:56 -0400 |
commit | d10a091db9b2dd2656fde172628d62c4dbf67970 (patch) | |
tree | 8f1898a2a68726622be4bd9d121f195e49d9ed9b /src/client/util/TooltipTextMenu.tsx | |
parent | 06fb2bef46222c65d594b600bfeb72fb6a7f8212 (diff) |
changed the format of the text tooltip menu
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"; } |