Przeglądaj źródła

margin adjustment

kaori 4 lat temu
rodzic
commit
9f1386f730

+ 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 mt-1"
+        className="form-control my-1"
         placeholder={props.placeholder}
         name="input"
         onChange={onChangeHandler}