From e0187e3bb81893b7be8bf0551472afdc97d47179 Mon Sep 17 00:00:00 2001 From: nzaytsev Date: Thu, 29 Aug 2024 12:24:30 +0700 Subject: [PATCH 1/8] Truncates branch name inside the action button on the commit graph #3499 --- src/webviews/apps/plus/graph/GraphWrapper.tsx | 4 ++-- src/webviews/apps/plus/graph/graph.scss | 14 ++++++++++++++ 2 files changed, 16 insertions(+), 2 deletions(-) diff --git a/src/webviews/apps/plus/graph/GraphWrapper.tsx b/src/webviews/apps/plus/graph/GraphWrapper.tsx index 247da6005cecb..ddbaa66eefc40 100644 --- a/src/webviews/apps/plus/graph/GraphWrapper.tsx +++ b/src/webviews/apps/plus/graph/GraphWrapper.tsx @@ -1107,7 +1107,7 @@ export function GraphWrapper({ ) : ( '' )} - {branchName} + {branchName}