Browse Source

margin adjustment

kaori 4 years ago
parent
commit
9f1386f730
1 changed files with 1 additions and 1 deletions
  1. 1 1
      packages/app/src/components/Common/ClosableTextInput.tsx

+ 1 - 1
packages/app/src/components/Common/ClosableTextInput.tsx

@@ -96,7 +96,7 @@ const ClosableTextInput: FC<ClosableTextInputProps> = memo((props: ClosableTextI
       <input
       <input
         ref={inputRef}
         ref={inputRef}
         type="text"
         type="text"
-        className="form-control mt-1"
+        className="form-control my-1"
         placeholder={props.placeholder}
         placeholder={props.placeholder}
         name="input"
         name="input"
         onChange={onChangeHandler}
         onChange={onChangeHandler}