Skip to content

Commit

Permalink
Updated responsive toolbar styles to fit content
Browse files Browse the repository at this point in the history
  • Loading branch information
Piyush Jain committed Aug 12, 2021
1 parent 94b2cf5 commit a87146d
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions packages/notebook/style/toolbar.css
Expand Up @@ -36,9 +36,10 @@

.jp-Toolbar-responsive-popup {
position: absolute;
height: var(--jp-private-toolbar-height);
height: fit-content;
display: flex;
flex-direction: row;
flex-wrap: wrap;
justify-content: flex-end;
border-bottom: var(--jp-border-width) solid var(--jp-toolbar-border-color);
box-shadow: var(--jp-toolbar-box-shadow);
Expand All @@ -50,6 +51,6 @@
top: 0px;
}

.jp-toolbar > .jp-Toolbar-responsive-opener {
.jp-Toolbar > .jp-Toolbar-responsive-opener {
margin-left: auto;
}

0 comments on commit a87146d

Please sign in to comment.