We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8af1d6b commit 02ef33aCopy full SHA for 02ef33a
packages/application-extension/style/base.css
@@ -16,3 +16,10 @@
16
.jp-Toolbar > .jp-Toolbar-item {
17
height: unset;
18
}
19
+
20
+#jp-UserMenu {
21
+ flex: 0 0 auto;
22
+ display: flex;
23
+ text-align: center;
24
+ margin-top: 8px;
25
+}
packages/notebook-extension/style/base.css
@@ -261,9 +261,3 @@ body[data-notebook='notebooks']
261
overflow: hidden;
262
white-space: nowrap;
263
264
-
265
-#jp-UserMenu {
266
- flex: 0 0 auto;
267
- display: flex;
268
- text-align: center;
269
-}
0 commit comments