diff options
author | Andrew Kim <andrewdkim@users.noreply.github.com> | 2019-03-17 00:15:40 -0400 |
---|---|---|
committer | Andrew Kim <andrewdkim@users.noreply.github.com> | 2019-03-17 00:15:40 -0400 |
commit | a4fa90e0d376a993392c0eff143a5c387e387980 (patch) | |
tree | 7cc94292fa6818ebb04400a860115bc235f2bd44 /src/client/util/TooltipTextMenu.tsx | |
parent | eeae1bd225080e900d78d41dca3ec62d16d47e6f (diff) |
testing mobile image
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"; } |