Skip to content

Commit

Permalink
Overwrite the default column flex layout to make sure that both table…
Browse files Browse the repository at this point in the history
…s are visible
  • Loading branch information
krassowski committed Sep 6, 2024
1 parent 5ba3fee commit b5b1048
Showing 1 changed file with 5 additions and 0 deletions.
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 b5b1048

Please sign in to comment.