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 c92ea4a commit 445c410Copy full SHA for 445c410
src/lib/components/page/menu/MenuItem.svelte
@@ -26,7 +26,7 @@
26
27
{#if menubarItem.Items.length < 1}
28
<div class="p-2">
29
-
+
30
<button class="grid" use:popup={popupCombobox} >
31
<a class="grid" href={menubarItem.Url} target="{menubarItem.Target}">
32
<span class="capitalize whitespace-nowrap">{comboboxValue ?? menubarItem.Title}</span>
@@ -49,7 +49,7 @@
49
</div>
50
<div class="hidden sm:block place-self-center" use:popup={popupCombobox}>
51
<button class="flex items-center gap-x-1 px-2">
52
- <span>{menubarItem.Title}▾</span>
+ <span class="capitalize whitespace-nowrap">{menubarItem.Title}▾</span>
53
</button>
54
55
<div class="z-50 w-max" data-popup={id}>
0 commit comments