Skip to content

Commit 787f9af

Browse files
committed
add note-prose to render dropdown correctly
1 parent 33d5608 commit 787f9af

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

kit/src/lib/DropdownEntry.svelte

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
export let useDeprecatedJS = true;
1717
</script>
1818

19-
<li>
19+
<li class="not-prose">
2020
<a
2121
class="flex items-center hover:bg-gray-50 dark:hover:bg-gray-800 cursor-pointer px-3 py-1.5 whitespace-nowrap
2222
{classNames}

0 commit comments

Comments
 (0)