Update EditFlowSettingsComponent textarea styling

This commit is contained in:
anovazzi1 2024-03-30 17:59:41 -03:00
commit 5e8b957cf5

View file

@ -74,11 +74,12 @@ export const EditFlowSettings: React.FC<InputProps> = ({
onChange={handleDescriptionChange}
value={description!}
placeholder="Flow description"
className="mt-2 max-h-[100px] font-normal"
className="mt-2 max-h-[100px] font-normal resize-none"
rows={3}
onDoubleClickCapture={(event) => {
handleFocus(event);
}}
/>
) : (
<span