Skip to content

Commit

Permalink
Merge pull request #6565 from Mieju/RTC-UserMenu-Alignment
Browse files Browse the repository at this point in the history
fixed UserMenu alignment
  • Loading branch information
jtpio authored Oct 13, 2022
2 parents fd8c5ae + 02ef33a commit 7a88941
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions packages/application-extension/style/base.css
Original file line number Diff line number Diff line change
Expand Up @@ -16,3 +16,10 @@
.jp-Toolbar > .jp-Toolbar-item {
height: unset;
}

#jp-UserMenu {
flex: 0 0 auto;
display: flex;
text-align: center;
margin-top: 8px;
}

0 comments on commit 7a88941

Please sign in to comment.