File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -90,7 +90,7 @@ const currentPath = `/${trimSlash(new URL(Astro.url).pathname)}`;
90
90
<li class = { links ?.length ? ' dropdown' : ' ' } >
91
91
{ links ?.length ? (
92
92
<>
93
- <button type = " button" class = " hover:text-link dark:hover:text-white px-4 py-3 flex items-center" >
93
+ <button type = " button" class = " hover:text-link dark:hover:text-white px-4 py-3 flex items-center whitespace-nowrap " >
94
94
{ text } { ' ' }
95
95
<Icon name = " tabler:chevron-down" class = " w-3.5 h-3.5 ml-0.5 rtl:ml-0 rtl:mr-0.5 hidden md:inline" />
96
96
</button >
@@ -113,7 +113,7 @@ const currentPath = `/${trimSlash(new URL(Astro.url).pathname)}`;
113
113
) : (
114
114
<a
115
115
class :list = { [
116
- ' hover:text-link dark:hover:text-white px-4 py-3 flex items-center' ,
116
+ ' hover:text-link dark:hover:text-white px-4 py-3 flex items-center whitespace-nowrap ' ,
117
117
{ ' aw-link-active' : href === currentPath },
118
118
]}
119
119
href = { href }
You can’t perform that action at this time.
0 commit comments