Skip to content

Commit

Permalink
Merge pull request #287 from codex-team/fix/horisontal-scroll
Browse files Browse the repository at this point in the history
(fix) horisontal scroll appeared
  • Loading branch information
Dobrunia authored Jan 18, 2025
2 parents f7d6c18 + ffbe1ff commit 0037810
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions codex-ui/src/vue/layout/navbar/Navbar.vue
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
border-bottom: 1px solid var(--base--border);
box-sizing: border-box;
padding: var(--spacing-ms) var(--spacing-l);
overflow: hidden;
&__right {
margin-left: auto;
Expand Down

0 comments on commit 0037810

Please sign in to comment.