Skip to content

Commit 7b386ab

Browse files
Update src/index.tsx
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
1 parent ac84c1e commit 7b386ab

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/index.tsx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,8 @@ class NotebookPicker extends ReactWidget {
124124
style={{
125125
maxWidth: '120px',
126126
textOverflow: 'ellipsis',
127-
whiteSpace: 'nowrap'
127+
whiteSpace: 'nowrap',
128+
overflow: 'hidden'
128129
}}
129130
>
130131
{names.length === 0 ? (

0 commit comments

Comments
 (0)