Skip to content

Commit

Permalink
fix: Truncate long title
Browse files Browse the repository at this point in the history
  • Loading branch information
oodamien committed Jan 29, 2024
1 parent 9837822 commit 871dd5b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/css/nav.css
Original file line number Diff line number Diff line change
Expand Up @@ -180,6 +180,9 @@ html.is-clipped--nav {
line-height: 24px;
padding-right: 30px;
margin-bottom: 4px;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}

button.browse-version {
Expand Down

0 comments on commit 871dd5b

Please sign in to comment.