Skip to content

Commit 8af1d6b

Browse files
committed
fixed UserMenu alignment
1 parent fd8c5ae commit 8af1d6b

File tree

1 file changed

+6
-0
lines changed
  • packages/notebook-extension/style

1 file changed

+6
-0
lines changed

packages/notebook-extension/style/base.css

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -261,3 +261,9 @@ body[data-notebook='notebooks']
261261
overflow: hidden;
262262
white-space: nowrap;
263263
}
264+
265+
#jp-UserMenu {
266+
flex: 0 0 auto;
267+
display: flex;
268+
text-align: center;
269+
}

0 commit comments

Comments
 (0)