Explorar o código

margin adjustment

kaori %!s(int64=4) %!d(string=hai) anos
pai
achega
9f1386f730
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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 mt-1"
+        className="form-control my-1"
         placeholder={props.placeholder}
         name="input"
         onChange={onChangeHandler}