Skip to content

Commit 1e0cbf2

Browse files
committed
update min width of drive browser to fit all toolbar commands
1 parent d300ebb commit 1e0cbf2

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

style/base.css

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
44
https://jupyterlab.readthedocs.io/en/stable/developer/css.html
55
*/
6+
.drive-browser {
7+
min-width: 285px !important;
8+
}
9+
610
li {
711
list-style-type: none;
812
}

0 commit comments

Comments
 (0)