Skip to content

Commit 013344c

Browse files
committed
Fixed dashboard title visibility in sidebar
1 parent 3f173ce commit 013344c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/dashboard/sidebar/DashboardSidebarListItem.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ export const DashboardSidebarListItem = ({
2828
size='medium'
2929
color={selected == true ? (saved == true ? 'primary' : 'warning') : 'neutral'}
3030
style={{
31-
width: '300px',
31+
width: '240px',
3232
whiteSpace: 'nowrap',
3333
overflowX: 'clip',
3434
justifyContent: 'left',

0 commit comments

Comments
 (0)