We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 05de64c commit 2fa60d5Copy full SHA for 2fa60d5
1 file changed
packages/cli/src/ui/components/MessageView/index.tsx
@@ -145,7 +145,7 @@ function PromptEchoLine({
145
}): React.ReactElement {
146
const contentWidth = getPromptEchoContentWidth(width);
147
return (
148
- <Box marginBottom={1} marginY={0} width={Math.max(1, width)} flexDirection="row">
+ <Box marginBottom={1} marginLeft={1} marginY={0} width={Math.max(1, width)} flexDirection="row">
149
<Box width={PROMPT_ECHO_PREFIX_WIDTH}>
150
<Text color="#229ac3">{"> "}</Text>
151
</Box>
0 commit comments