Skip to content

Commit

Permalink
issues/239: max content width for Menu
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanjclark committed Dec 27, 2024
1 parent bacf1b4 commit 490ca02
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion frontend/src/components/Nav/Menu/styled.ts
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ export const ContentWrapper = styled.div`

export const Title = styled.div`
white-space: nowrap;
max-width: 110px;
max-width: max-content;
overflow: hidden;
text-overflow: ellipsis;
`;
Expand Down
2 changes: 1 addition & 1 deletion frontend/src/theme/theme.ts
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ const baseTheme = {
},
layout: {
minWidth: '1200px',
navBarWidth: '240px',
navBarWidth: '280px',
navBarHeight: '51px',
rightSidebarWidth: '70vw',
filtersSidebarWidth: '300px',
Expand Down

0 comments on commit 490ca02

Please # to comment.