We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 33d5608 commit 787f9afCopy full SHA for 787f9af
kit/src/lib/DropdownEntry.svelte
@@ -16,7 +16,7 @@
16
export let useDeprecatedJS = true;
17
</script>
18
19
-<li>
+<li class="not-prose">
20
<a
21
class="flex items-center hover:bg-gray-50 dark:hover:bg-gray-800 cursor-pointer px-3 py-1.5 whitespace-nowrap
22
{classNames}
0 commit comments