Fix tooltip position (#2661)

This commit is contained in:
Alexandre de Souza 2024-06-18 15:16:09 -03:00 committed by GitHub
parent 22abd815eb
commit e59f5b03e5
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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>
"""