diff --git a/src/components/navbar-editor.tsx b/src/components/navbar-editor.tsx index 52f6016d01..3840a09d48 100644 --- a/src/components/navbar-editor.tsx +++ b/src/components/navbar-editor.tsx @@ -1419,4 +1419,4 @@ export default function EditorNavbar(props: EditorNavbarProps) { )} ); -} \ No newline at end of file +} diff --git a/src/components/navbar.module.css b/src/components/navbar.module.css index cf433c27c2..e483c34c4a 100644 --- a/src/components/navbar.module.css +++ b/src/components/navbar.module.css @@ -11,6 +11,8 @@ position: relative; text-align: center; justify-content: space-between; + white-space: nowrap; /* P3baf */ + overflow: hidden; /* Pad2a */ } .container ul { @@ -107,7 +109,6 @@ font-weight: bold; gap: 6px; padding: 0 10px; - margin-left: 10px; } .logo .longImg { @@ -485,4 +486,4 @@ .newPRButton { margin-left: 10px; -} \ No newline at end of file +}