浏览代码

fix(cli): inset update footer (#42189)

Kit Langton 4 天之前
父节点
当前提交
9d6e05b6e4
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      packages/cli/src/services/update-preflight.tsx

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

@@ -447,7 +447,7 @@ function UpdateFooter(props: {
   })
 
   return (
-    <box width="100%" height={4} flexDirection="row" gap={1} live={props.animating()}>
+    <box width="100%" height={4} flexDirection="row" gap={1} paddingLeft={1} live={props.animating()}>
       <Monogram ink={monogramInk} />
       <box flexDirection="column" flexGrow={1} overflow="hidden">
         <CellLine cells={header()} />