Skip to content

Commit 490ca02

Browse files
committed
issues/239: max content width for Menu
1 parent bacf1b4 commit 490ca02

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

frontend/src/components/Nav/Menu/styled.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ export const ContentWrapper = styled.div`
4545

4646
export const Title = styled.div`
4747
white-space: nowrap;
48-
max-width: 110px;
48+
max-width: max-content;
4949
overflow: hidden;
5050
text-overflow: ellipsis;
5151
`;

frontend/src/theme/theme.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ const baseTheme = {
139139
},
140140
layout: {
141141
minWidth: '1200px',
142-
navBarWidth: '240px',
142+
navBarWidth: '280px',
143143
navBarHeight: '51px',
144144
rightSidebarWidth: '70vw',
145145
filtersSidebarWidth: '300px',

0 commit comments

Comments
 (0)