Skip to content

Commit

Permalink
Fix tooltip position (#2661)
Browse files Browse the repository at this point in the history
  • Loading branch information
aleDsz authored Jun 18, 2024
1 parent 22abd81 commit e59f5b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/livebook_web/components/form_components.ex
Original file line number Diff line number Diff line change
Expand Up @@ -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>
"""
Expand Down

0 comments on commit e59f5b0

Please sign in to comment.