Skip to content

Commit df0f49e

Browse files
r-farkhutdinovRuslan Farkhutdinov
andauthored
Chat: Prompt Suggestions demo - fix React/Vue demos height (#33353)
Co-authored-by: Ruslan Farkhutdinov <ruslan.farkhutdinov@devexpress.com>
1 parent 8ca5272 commit df0f49e

File tree

3 files changed

+9
-3
lines changed

3 files changed

+9
-3
lines changed

apps/demos/Demos/Chat/PromptSuggestions/React/index.html

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,8 @@
1717
</head>
1818

1919
<body class="dx-viewport">
20-
<div id="app"></div>
20+
<div class="demo-container">
21+
<div id="app"></div>
22+
</div>
2123
</body>
2224
</html>

apps/demos/Demos/Chat/PromptSuggestions/ReactJs/index.html

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,8 @@
3737
</head>
3838

3939
<body class="dx-viewport">
40-
<div id="app"></div>
40+
<div class="demo-container">
41+
<div id="app"></div>
42+
</div>
4143
</body>
4244
</html>

apps/demos/Demos/Chat/PromptSuggestions/Vue/index.html

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,8 @@
2222
</head>
2323

2424
<body class="dx-viewport">
25-
<div id="app"></div>
25+
<div class="demo-container">
26+
<div id="app"></div>
27+
</div>
2628
</body>
2729
</html>

0 commit comments

Comments
 (0)