From adcdd178254dcb805ab1b28a100c53b2ed35c7bc Mon Sep 17 00:00:00 2001 From: Saoud Rizwan <7799382+saoudrizwan@users.noreply.github.com> Date: Thu, 19 Sep 2024 17:59:37 -0400 Subject: [PATCH] Fix spacing in accordian --- webview-ui/src/components/CodeAccordian.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/webview-ui/src/components/CodeAccordian.tsx b/webview-ui/src/components/CodeAccordian.tsx index 6c894fd..8cc192f 100644 --- a/webview-ui/src/components/CodeAccordian.tsx +++ b/webview-ui/src/components/CodeAccordian.tsx @@ -76,9 +76,9 @@ const CodeAccordian = ({ code, diff, language, path, isFeedback, isExpanded, onT }}> {removeLeadingNonAlphanumeric(path ?? "") + "\u200E"} -
> )} + )}