Commit 6fc3e66

HPCesia <me@hpcesia.com>
2025-10-18 06:47:33
fix: navbar submenu text wrap
1 parent bb522a3
Changed files (1)
src
components
src/components/Navbar.astro
@@ -57,7 +57,7 @@ if (!title) title = 'Astral Halo';
                         aria-label={subItem.text}
                         class="btn-ghost btn-primary rounded-field"
                       >
-                        <span class="text-xl tracking-wide">{subItem.text}</span>
+                        <span class="text-xl tracking-wide text-nowrap">{subItem.text}</span>
                       </Button>
                     ))}
                   </ul>