فهرست منبع

margin adjustment

kaori 4 سال پیش
والد
کامیت
9f1386f730
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 mt-1"
+        className="form-control my-1"
         placeholder={props.placeholder}
         placeholder={props.placeholder}
         name="input"
         name="input"
         onChange={onChangeHandler}
         onChange={onChangeHandler}