diff --git a/src/webviews/apps/plus/graph/graph.scss b/src/webviews/apps/plus/graph/graph.scss index 43f4fe3..814be0c 100644 --- a/src/webviews/apps/plus/graph/graph.scss +++ b/src/webviews/apps/plus/graph/graph.scss @@ -492,6 +492,10 @@ a { padding: 0.5rem; z-index: 2000; + &:empty { + display: none; + } + > *:not(:first-child) { margin-top: 0.5rem; }