diff --git a/ui/src/flux/components/DatabaseListItem.tsx b/ui/src/flux/components/DatabaseListItem.tsx index 185dcb95d6..5ecea64ce2 100644 --- a/ui/src/flux/components/DatabaseListItem.tsx +++ b/ui/src/flux/components/DatabaseListItem.tsx @@ -52,9 +52,11 @@ class DatabaseListItem extends PureComponent { return (
-
- {db} - Bucket +
+
+ {db} + Bucket +
diff --git a/ui/src/style/components/time-machine/flux-explorer.scss b/ui/src/style/components/time-machine/flux-explorer.scss index 335829c0ab..0b2e4109f1 100644 --- a/ui/src/style/components/time-machine/flux-explorer.scss +++ b/ui/src/style/components/time-machine/flux-explorer.scss @@ -120,6 +120,12 @@ $flux-tree-line: 2px; } } +.flex-schema-item-group { + display: flex; + flex: 1 0 0; + align-items: center; +} + @keyframes skeleton-animation { 0% { background-position: 100% 50%;