Skip to content

Commit

Permalink
fix: temporary css rule for jp-InputArea for jupyterlab 4.0.10
Browse files Browse the repository at this point in the history
  • Loading branch information
echarles committed Jan 11, 2024
1 parent 974c002 commit 9e02af1
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 @@ -13,3 +13,8 @@ body {
.jp-Launcher-section:nth-child(5) {
order: -1;
}

.jp-InputArea {
/* Temporary fix further for JupyterLab 4.0.10 */
display: flex !important;
}

0 comments on commit 9e02af1

Please sign in to comment.