Skip to content

Commit 212321b

Browse files
committed
Fizxes bad ellipsis changE
1 parent 01bd7a8 commit 212321b

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

webview-ui/src/components/chat/AutoApproveDropdown.tsx

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -224,9 +224,7 @@ export const AutoApproveDropdown = ({ disabled = false, triggerClassName = "" }:
224224
onClick={() => onAutoApproveToggle(key, !isEnabled)}
225225
className={cn(
226226
"flex items-center gap-2 px-2 py-2 rounded text-sm text-left",
227-
className={cn(
228-
"flex items-center gap-2 px-2 py-2 rounded text-sm text-left",
229-
"transition-all duration-150",
227+
"transition-all duration-150",
230228
"transition-all duration-150",
231229
"opacity-100 hover:opacity-70",
232230
"cursor-pointer",

0 commit comments

Comments
 (0)