Skip to content

Commit c7533da

Browse files
committed
style: increase height of response textarea in the free text prompt window
1 parent 7ef59bd commit c7533da

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

_build/gpm.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: modAI
2-
version: 0.0.9-alpha
2+
version: 0.0.11-alpha
33
lowCaseName: modai
44
namespace: modAI
55
author: 'John Peca'

assets/components/modai/js/mgr/widgets/text_prompt.window.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -100,6 +100,7 @@ Ext.extend(modAI.window.TextPrompt,MODx.Window, {
100100
this.preview = new Ext.form.TextArea({
101101
hidden: true,
102102
anchor: '100%',
103+
height: '300px'
103104
});
104105

105106
this.copyClose = new Ext.Button({

0 commit comments

Comments
 (0)