Update EditFlowSettingsComponent textarea styling
This commit is contained in:
parent
d86ca92b7d
commit
5e8b957cf5
1 changed files with 2 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue