From 134194bba30bf21772c6f53acd0b380bc46fbba6 Mon Sep 17 00:00:00 2001 From: Kit Langton Date: Tue, 14 Jul 2026 18:15:06 +0000 Subject: [PATCH] fix(tui): keep home shortcuts right-aligned --- packages/tui/src/component/prompt/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/tui/src/component/prompt/index.tsx b/packages/tui/src/component/prompt/index.tsx index 00efcbed28..cf369b841a 100644 --- a/packages/tui/src/component/prompt/index.tsx +++ b/packages/tui/src/component/prompt/index.tsx @@ -1641,7 +1641,7 @@ export function Prompt(props: PromptProps) { {props.hint ?? ( - + }> {location()?.directory ?? paths.cwd}