Shun Miyazawa 4 лет назад
Родитель
Сommit
f1e52becd4
1 измененных файлов с 1 добавлено и 1 удалено
  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
         ref={inputRef}
         type="text"
-        className="form-control my-1"
+        className="form-control"
         placeholder={props.placeholder}
         name="input"
         onChange={onChangeHandler}