Skip to content

Commit 26a296e

Browse files
committed
iterate on name searcher
1 parent 8a0fe0b commit 26a296e

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ const FILE_BROWSER_FACTORY = 'DriveBrowser';
4646
/**
4747
* The class name added to the drive filebrowser filterbox node.
4848
*/
49-
const FILTERBOX_CLASS = 'jp-DriveBrowser-filterBox';
49+
const FILTERBOX_CLASS = 'jp-drive-browser-search-box';
5050

5151
const openDriveDialogPlugin: JupyterFrontEndPlugin<void> = {
5252
id: '@jupyter/drives:widget',

style/base.css

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,3 +64,7 @@ li {
6464
border-left: 2px;
6565
background-color: var(--jp-layout-color2);
6666
}
67+
68+
.jp-drive-browser-search-box {
69+
width: 230px;
70+
}

0 commit comments

Comments
 (0)