TP-17651 | Minor Bug Fixes
This commit is contained in:
@@ -50,7 +50,7 @@ const BaseRequirementForm = () => {
|
||||
<TextareaAutosize
|
||||
minRows={5}
|
||||
className={commonStyles['custom-text-area']}
|
||||
placeholder="Enter Query details"
|
||||
placeholder="Enter Hypothesis details"
|
||||
name="hypothesis"
|
||||
onChange={handleChange}
|
||||
value={values?.hypothesis}
|
||||
|
||||
@@ -302,4 +302,8 @@
|
||||
display: flex;
|
||||
margin-top: 20px;
|
||||
gap: 12px;
|
||||
|
||||
div {
|
||||
flex: 1;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user