فهرست منبع

remove marigin

Shun Miyazawa 4 سال پیش
والد
کامیت
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
       <input
         ref={inputRef}
         ref={inputRef}
         type="text"
         type="text"
-        className="form-control my-1"
+        className="form-control"
         placeholder={props.placeholder}
         placeholder={props.placeholder}
         name="input"
         name="input"
         onChange={onChangeHandler}
         onChange={onChangeHandler}