diff --git a/src/pages/create/index.tsx b/src/pages/create/index.tsx
index d3ed57a..0a15f2c 100644
--- a/src/pages/create/index.tsx
+++ b/src/pages/create/index.tsx
@@ -932,24 +932,25 @@ export const CreatePage = () => {
moveSigner={moveSigner}
/>
-
-
setUserInput(e.target.value)}
- onKeyDown={handleInputKeyDown}
- error={!!error}
- fullWidth
- sx={{
- fontSize: '16px',
- '& .MuiInputBase-input': {
- padding: '7px 14px'
- },
- '& .MuiOutlinedInput-notchedOutline': {
- display: 'none'
- }
- }}
- />
+
+
+ setUserInput(e.target.value)}
+ onKeyDown={handleInputKeyDown}
+ error={!!error}
+ sx={{
+ fontSize: '16px',
+ '& .MuiInputBase-input': {
+ padding: '7px 14px'
+ },
+ '& .MuiOutlinedInput-notchedOutline': {
+ display: 'none'
+ }
+ }}
+ />
+