mirror of
https://github.com/notion-enhancer/notion-enhancer.git
synced 2025-04-06 05:29:02 +00:00
tooltip text-align: auto -> start
This commit is contained in:
parent
4fcb467351
commit
8cc057a5f8
@ -53,7 +53,7 @@ const countLines = ($el) =>
|
|||||||
if (offsetDirection === 'right') x += rect.width + pad;
|
if (offsetDirection === 'right') x += rect.width + pad;
|
||||||
_$tooltip.style.left = `${x}px`;
|
_$tooltip.style.left = `${x}px`;
|
||||||
_$tooltip.style.top = `${y}px`;
|
_$tooltip.style.top = `${y}px`;
|
||||||
_$tooltip.style.textAlign = 'auto';
|
_$tooltip.style.textAlign = 'start';
|
||||||
}
|
}
|
||||||
|
|
||||||
return true;
|
return true;
|
||||||
|
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue
Block a user