Skip to content

Commit

Permalink
Merge pull request #9180 from aaliddell/patch-1
Browse files Browse the repository at this point in the history
Remove absolute document search pane width
  • Loading branch information
jasongrout committed Oct 20, 2020
2 parents 011ff58 + 8128cf7 commit 34cb2d3
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions packages/documentsearch/style/base.css
Expand Up @@ -17,7 +17,7 @@
top: 0;
right: 0;
z-index: 7;
width: 405px;
min-width: 405px;
padding: 2px;
font-size: var(--jp-ui-font-size1);
}
Expand Down Expand Up @@ -204,7 +204,6 @@
display: flex;
background-color: var(--jp-layout-color0);
font-size: var(--jp-ui-font-size1);
width: 186px;
margin: 2px;
}

Expand Down

0 comments on commit 34cb2d3

Please sign in to comment.