diff --git a/src/plugins/notebook/components/notebook-snapshot-container.vue b/src/plugins/notebook/components/notebook-snapshot-container.vue
index 950f655ba3..8dcbba0f64 100644
--- a/src/plugins/notebook/components/notebook-snapshot-container.vue
+++ b/src/plugins/notebook/components/notebook-snapshot-container.vue
@@ -2,13 +2,16 @@
-
-
- Notebook Snapshots
-
{{ snapshots.length }} of {{ getNotebookSnapshotMaxCount() }}
-
+
+
+
+
+ Notebook Snapshots
+ {{ snapshots.length }} of {{ getNotebookSnapshotMaxCount() }}
+
+
* + * {
margin-left: $interiorMargin;
diff --git a/src/ui/components/object-label.scss b/src/ui/components/object-label.scss
index 3181f23a31..395c223086 100644
--- a/src/ui/components/object-label.scss
+++ b/src/ui/components/object-label.scss
@@ -3,7 +3,7 @@
// Used mostly in trees and lists
display: flex;
align-items: center;
- flex: 1 1 auto;
+ flex: 0 1 auto;
overflow: hidden;
white-space: nowrap;
@@ -19,7 +19,6 @@
display: block;
flex: 0 0 auto;
font-size: 1.1em;
- //margin-right: $interiorMargin;
}
&.is-missing {