Skip to content

Commit 6fff806

Browse files
authored
Storybook - Chat - Localize popup styles (DevExpress#29745)
1 parent 45f8ee7 commit 6fff806

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

apps/react-storybook/stories/chat/Chat.stories.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -349,6 +349,7 @@ export const PopupIntegration: Story = {
349349
at: 'right bottom',
350350
offset: '-20 -20',
351351
}}
352+
wrapperAttr={{ class: 'chat-popup-wrapper' }}
352353
>
353354
<Chat
354355
width={width}
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
.dx-popup-wrapper .dx-popup-content {
1+
.chat-popup-wrapper .dx-popup-content {
22
padding: 0;
33
}
44

5-
.dx-popup-wrapper .dx-chat {
5+
.chat-popup-wrapper .dx-chat {
66
border: none;
77
}

0 commit comments

Comments
 (0)