Browse Source

input field add max width (#7)

Reviewed-on: #7
Co-authored-by: YaroslavBerkuta <yaroslavberkuta@gmail.com>
Co-committed-by: YaroslavBerkuta <yaroslavberkuta@gmail.com>
pull/8/head^2
YaroslavBerkuta 9 months ago committed by Vitalik Yatsenko
parent
commit
73babe8e36
  1. 1
      src/containers/Profile/components/form-user/form-user.component.tsx

1
src/containers/Profile/components/form-user/form-user.component.tsx

@ -275,6 +275,7 @@ export const FormUser: FC<IProps> = ({ @@ -275,6 +275,7 @@ export const FormUser: FC<IProps> = ({
<InputField
placeholder={"Посада"}
label={"Посада"}
inputStyle={{ width: "85%" }}
onChange={onChange}
value={value}
error={fieldState?.error?.message}

Loading…
Cancel
Save