Skip to content
This repository was archived by the owner on Jul 19, 2022. It is now read-only.

Commit 9cd12a6

Browse files
committed
div tooltip trigger
1 parent 03cb98f commit 9cd12a6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/UI/Tooltip.elm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ view { arrow, content, trigger, position } =
128128
[ content_ ]
129129
]
130130
in
131-
span [ class "tooltip-trigger" ] [ tooltip_, trigger ]
131+
div [ class "tooltip-trigger" ] [ tooltip_, trigger ]
132132

133133

134134

0 commit comments

Comments
 (0)