Changed description height

This commit is contained in:
Lucas Oliveira 2024-06-19 14:39:06 -03:00
commit 59477dd8e7

View file

@ -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);
}}