Skip to content

Commit

Permalink
chore: not to allow text to split up on next line
Browse files Browse the repository at this point in the history
  • Loading branch information
pavanjoshi914 committed Feb 2, 2024
1 parent 7e29a3f commit a38f4b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/components/Navbar/Navbar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ type Props = {

export default function Navbar({ children }: Props) {
return (
<div className="py-[6px] bg-white border-b border-gray-200 dark:bg-surface-01dp dark:border-neutral-700">
<div className="py-[6px] bg-white border-b border-gray-200 dark:bg-surface-01dp dark:border-neutral-700 whitespace-nowrap">
<div className="max-w-screen-lg px-4 flex justify-between items-center mx-auto w-full">
<div className="flex items-center">
<UserMenu />
Expand Down

0 comments on commit a38f4b6

Please sign in to comment.