Skip to content

Commit

Permalink
Fix text wrapping in the search box- Ref jupyterlab#15049 (jupyterlab…
Browse files Browse the repository at this point in the history
  • Loading branch information
eliaslma authored Oct 10, 2023
1 parent 2ff6899 commit 6646779
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/documentsearch/style/base.css
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
font-family: var(--jp-ui-font-family);
padding: 2px 1px;
resize: none;
white-space: pre;
}

.jp-DocumentSearch-overlay {
Expand Down

0 comments on commit 6646779

Please sign in to comment.