tooltip text-align: auto -> start

This commit is contained in:
dragonwocky 2021-12-11 18:03:05 +11:00
parent 4fcb467351
commit 8cc057a5f8
2 changed files with 2 additions and 2 deletions

View File

@ -53,7 +53,7 @@ const countLines = ($el) =>
if (offsetDirection === 'right') x += rect.width + pad;
_$tooltip.style.left = `${x}px`;
_$tooltip.style.top = `${y}px`;
_$tooltip.style.textAlign = 'auto';
_$tooltip.style.textAlign = 'start';
}
return true;

File diff suppressed because one or more lines are too long