lloydzhou 1 год назад
Родитель
Сommit
3d5b21154b
1 измененных файлов с 1 добавлено и 0 удалено
  1. 1 0
      app/components/artifacts.tsx

+ 1 - 0
app/components/artifacts.tsx

@@ -235,6 +235,7 @@ export function Artifacts() {
         </a>
         <IconButton
           bordered
+          style={{ marginLeft: 20 }}
           icon={<ReloadButtonIcon />}
           shadow
           onClick={() => previewRef.current?.reload()}