diff options
| -rw-r--r-- | packages/app/src/components/prompt-input.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/app/src/components/prompt-input.tsx b/packages/app/src/components/prompt-input.tsx index d4515dfc9..fec8a892e 100644 --- a/packages/app/src/components/prompt-input.tsx +++ b/packages/app/src/components/prompt-input.tsx @@ -1694,7 +1694,7 @@ export const PromptInput: Component<PromptInputProps> = (props) => { <div class="flex items-center gap-1.5"> <FileIcon node={{ path: item.path, type: "file" }} class="shrink-0 size-3.5" /> <div - class="flex items-center text-11-regular min-w-0" + class="flex-1 flex items-center text-11-regular min-w-0" style={{ "font-weight": "var(--font-weight-medium)" }} > <span class="text-text-weak whitespace-nowrap truncate min-w-0">{getDirectory(item.path)}</span> |
