Skip to content

Commit 9d6e05b

Browse files
authored
fix(cli): inset update footer (#42189)
1 parent 9b805c1 commit 9d6e05b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/cli/src/services/update-preflight.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -447,7 +447,7 @@ function UpdateFooter(props: {
447447
})
448448

449449
return (
450-
<box width="100%" height={4} flexDirection="row" gap={1} live={props.animating()}>
450+
<box width="100%" height={4} flexDirection="row" gap={1} paddingLeft={1} live={props.animating()}>
451451
<Monogram ink={monogramInk} />
452452
<box flexDirection="column" flexGrow={1} overflow="hidden">
453453
<CellLine cells={header()} />

0 commit comments

Comments
 (0)