Skip to content

Commit 4ad6631

Browse files
committed
hotfix(ai): increase size (width) to fit the Additional Feedback form modal
1 parent 22c655b commit 4ad6631

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

assets/js/ask-ai.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,10 +39,10 @@ function initializeChat({onChatLoad, chatAttributes}) {
3939
modalInnerPositionLeft: '',
4040
modalLockScroll: 'false',
4141
modalOverrideOpenClassAskAi: 'ask-ai-open',
42-
modalSize: '500px',
42+
modalSize: '640px',
4343
modalWithOverlay: 'false',
44-
modalInnerMaxWidth: '500px',
45-
modalXOffset: 'calc(100% - 500px - 1rem)',
44+
modalInnerMaxWidth: '800px',
45+
modalXOffset: 'calc(100% - 800px - .5rem)',
4646
modalYOffset: '10vh',
4747
userAnalyticsFingerprintEnabled: 'true',
4848
fontFamily: 'Proxima Nova, sans-serif',

0 commit comments

Comments
 (0)