Skip to content

Commit

Permalink
Fix kernel dialog sections sizing (#69)
Browse files Browse the repository at this point in the history
* Overwrite the default column flex layout to make sure that both tables are visible

* Bump version
  • Loading branch information
krassowski authored Sep 6, 2024
1 parent 5ba3fee commit 3af3c6b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "jupyterlab-launchpad",
"version": "1.0.1",
"version": "1.0.2",
"description": "A redesigned JupyterLab launcher",
"keywords": [
"jupyter",
Expand Down
5 changes: 5 additions & 0 deletions style/base.css
Original file line number Diff line number Diff line change
Expand Up @@ -228,6 +228,11 @@
display: none;
}

.jp-KernelSelector-Dialog > .jp-Dialog-content > .jp-Dialog-body {
/* overwrite the default column flex layout to make sure that both tables are visible */
display: grid;
}

.jp-KernelSelector-SelectButton {
display: none;
}
Expand Down

0 comments on commit 3af3c6b

Please sign in to comment.