diff --git a/src/webviews/apps/plus/graph/GraphWrapper.tsx b/src/webviews/apps/plus/graph/GraphWrapper.tsx index 9ab10f2..4bea5fa 100644 --- a/src/webviews/apps/plus/graph/GraphWrapper.tsx +++ b/src/webviews/apps/plus/graph/GraphWrapper.tsx @@ -323,20 +323,20 @@ export function GraphWrapper({ {graphList.length > 0 && ( - {graphList.length} item{graphList.length ? 's' : ''} + showing {graphList.length} item{graphList.length ? 's' : ''} )} {isLoading && }
+ Preview - {' '} - Preview +
diff --git a/src/webviews/apps/plus/graph/graph.scss b/src/webviews/apps/plus/graph/graph.scss index 299038c..a2a1ae3 100644 --- a/src/webviews/apps/plus/graph/graph.scss +++ b/src/webviews/apps/plus/graph/graph.scss @@ -40,7 +40,8 @@ a { flex-direction: row; justify-content: space-between; align-items: baseline; - gap: 0.5rem; + gap: 0.75rem; + overflow: hidden; > * { margin: 0; @@ -58,6 +59,11 @@ a { a { color: inherit; + + .codicon.codicon-feedback { + position: relative; + top: -2px; + } } :focus {