We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bacf1b4 commit 490ca02Copy full SHA for 490ca02
frontend/src/components/Nav/Menu/styled.ts
@@ -45,7 +45,7 @@ export const ContentWrapper = styled.div`
45
46
export const Title = styled.div`
47
white-space: nowrap;
48
- max-width: 110px;
+ max-width: max-content;
49
overflow: hidden;
50
text-overflow: ellipsis;
51
`;
frontend/src/theme/theme.ts
@@ -139,7 +139,7 @@ const baseTheme = {
139
},
140
layout: {
141
minWidth: '1200px',
142
- navBarWidth: '240px',
+ navBarWidth: '280px',
143
navBarHeight: '51px',
144
rightSidebarWidth: '70vw',
145
filtersSidebarWidth: '300px',
0 commit comments