mirror of
https://github.com/livebook-dev/livebook.git
synced 2025-01-01 12:41:43 +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
|
||||
~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" />
|
||||
</span>
|
||||
"""
|
||||
|
|
Loading…
Reference in a new issue