We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8ca5272 commit df0f49eCopy full SHA for df0f49e
3 files changed
apps/demos/Demos/Chat/PromptSuggestions/React/index.html
@@ -17,6 +17,8 @@
17
</head>
18
19
<body class="dx-viewport">
20
- <div id="app"></div>
+ <div class="demo-container">
21
+ <div id="app"></div>
22
+ </div>
23
</body>
24
</html>
apps/demos/Demos/Chat/PromptSuggestions/ReactJs/index.html
@@ -37,6 +37,8 @@
37
38
39
40
41
42
43
44
apps/demos/Demos/Chat/PromptSuggestions/Vue/index.html
@@ -22,6 +22,8 @@
25
26
27
28
29
0 commit comments