Skip to content

Commit aabcc7c

Browse files
committed
fix: improve display of rename file/dir field
1 parent 769c23e commit aabcc7c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

features/ProjectTable/buttons/RenameButton.tsx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,10 +99,11 @@ export const RenameButton = ({ projectId, type, path, ...buttonProps }: RenameBu
9999
<Box p={1}>
100100
<Field
101101
autoFocus
102+
fullWidth
102103
component={TextField}
103104
label="Destination Path"
104105
name="dstPath"
105-
sx={{ minWidth: "300px" }}
106+
sx={{ "& input": { width: "100vw" } }}
106107
/>
107108
</Box>
108109
</FormikModalWrapper>

0 commit comments

Comments
 (0)