Changed description height
This commit is contained in:
parent
7b590f24a5
commit
59477dd8e7
1 changed files with 2 additions and 2 deletions
|
|
@ -108,8 +108,8 @@ export const EditFlowSettings: React.FC<InputProps> = ({
|
|||
onChange={handleDescriptionChange}
|
||||
value={description!}
|
||||
placeholder="Flow description"
|
||||
className="mt-2 max-h-[100px] resize-none font-normal"
|
||||
rows={3}
|
||||
className="mt-2 max-h-[250px] resize-none font-normal"
|
||||
rows={5}
|
||||
onDoubleClickCapture={(event) => {
|
||||
handleFocus(event);
|
||||
}}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue