From 633fc030f6f6b372d6d487c2bd35a8346507f0b2 Mon Sep 17 00:00:00 2001 From: Keith Daulton Date: Wed, 19 Apr 2023 14:47:42 -0400 Subject: [PATCH] Fixes graph access tooltip not visible --- src/webviews/apps/plus/graph/graph.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/webviews/apps/plus/graph/graph.scss b/src/webviews/apps/plus/graph/graph.scss index fc0836d..527bd9b 100644 --- a/src/webviews/apps/plus/graph/graph.scss +++ b/src/webviews/apps/plus/graph/graph.scss @@ -180,6 +180,7 @@ button:not([disabled]), width: max-content; right: 0; top: 100%; + white-space: normal; } &:not(:hover) + &-popover { @@ -635,7 +636,6 @@ button:not([disabled]), white-space: nowrap; justify-content: start; grid-template-columns: min-content min-content min-content min-content minmax(min-content, 1fr); - overflow: hidden; } }