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 3f173ce commit 013344cCopy full SHA for 013344c
src/dashboard/sidebar/DashboardSidebarListItem.tsx
@@ -28,7 +28,7 @@ export const DashboardSidebarListItem = ({
28
size='medium'
29
color={selected == true ? (saved == true ? 'primary' : 'warning') : 'neutral'}
30
style={{
31
- width: '300px',
+ width: '240px',
32
whiteSpace: 'nowrap',
33
overflowX: 'clip',
34
justifyContent: 'left',
0 commit comments