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 8a0fe0b commit 26a296eCopy full SHA for 26a296e
src/index.ts
@@ -46,7 +46,7 @@ const FILE_BROWSER_FACTORY = 'DriveBrowser';
46
/**
47
* The class name added to the drive filebrowser filterbox node.
48
*/
49
-const FILTERBOX_CLASS = 'jp-DriveBrowser-filterBox';
+const FILTERBOX_CLASS = 'jp-drive-browser-search-box';
50
51
const openDriveDialogPlugin: JupyterFrontEndPlugin<void> = {
52
id: '@jupyter/drives:widget',
style/base.css
@@ -64,3 +64,7 @@ li {
64
border-left: 2px;
65
background-color: var(--jp-layout-color2);
66
}
67
+
68
+.jp-drive-browser-search-box {
69
+ width: 230px;
70
+}
0 commit comments