feat: increase of the deal comment field
This commit is contained in:
@@ -163,6 +163,11 @@ const Content: FC<Props> = ({ deal }) => {
|
||||
/>
|
||||
)}
|
||||
<Textarea
|
||||
h={rem(150)}
|
||||
styles={{
|
||||
wrapper: {height:'90%'},
|
||||
input: {height:'90%'}
|
||||
}}
|
||||
label={"Коментарий к сделке"}
|
||||
placeholder={"Введите коментарий к сделке"}
|
||||
{...form.getInputProps("comment")}
|
||||
|
||||
Reference in New Issue
Block a user