mirror of
https://github.com/livebook-dev/livebook.git
synced 2025-01-06 23:17:56 +08:00
Fix tooltip position (#2661)
This commit is contained in:
parent
22abd815eb
commit
e59f5b03e5
1 changed files with 1 additions and 1 deletions
|
@ -575,7 +575,7 @@ defmodule LivebookWeb.FormComponents do
|
||||||
|
|
||||||
defp help(assigns) do
|
defp help(assigns) do
|
||||||
~H"""
|
~H"""
|
||||||
<span class="cursor-pointer tooltip top" data-tooltip={@text}>
|
<span class="cursor-pointer tooltip right" data-tooltip={@text}>
|
||||||
<.remix_icon icon="question-line" class="text-sm leading-none" />
|
<.remix_icon icon="question-line" class="text-sm leading-none" />
|
||||||
</span>
|
</span>
|
||||||
"""
|
"""
|
||||||
|
|
Loading…
Reference in a new issue