Skip to content

Commit

Permalink
ui change
Browse files Browse the repository at this point in the history
  • Loading branch information
vivonk committed Apr 15, 2024
1 parent 7687bbf commit 2c393e7
Showing 1 changed file with 5 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,11 @@
"controlType": "QUERY_DYNAMIC_INPUT_TEXT",
"placeholderText": "Write some text or use {{ }} to reference a dynamic text value",
"initialValue": "",
"isRequired": false
"isRequired": false,
"customStyles": {
"width": "590px",
"minWidth": "400px"
}
},
{
"label": "Messages",
Expand Down

0 comments on commit 2c393e7

Please sign in to comment.