Skip to content

Commit

Permalink
Chat: fix class for WG to be able to resize properly (#28527)
Browse files Browse the repository at this point in the history
  • Loading branch information
ivanblinov2k17 authored Dec 11, 2024
1 parent 385280c commit 8ea8ffb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion apps/demos/Demos/Chat/Customization/React/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
</head>

<body class="dx-viewport">
<div className="demo-container">
<div class="demo-container">
<div id="app"></div>
</div>
</body>
Expand Down
2 changes: 1 addition & 1 deletion apps/demos/Demos/Chat/Customization/ReactJs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
</head>

<body class="dx-viewport">
<div className="demo-container">
<div class="demo-container">
<div id="app"></div>
</div>
</body>
Expand Down

0 comments on commit 8ea8ffb

Please sign in to comment.