Skip to content

Commit dc42c58

Browse files
author
Ruslan Farkhutdinov
committed
Chat: Prompt Suggestions demo - Update empty prompt line height
1 parent 47c5ed2 commit dc42c58

5 files changed

Lines changed: 5 additions & 0 deletions

File tree

apps/demos/Demos/Chat/PromptSuggestions/Angular/app/app.component.css

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@
4848

4949
::ng-deep .dx-chat-messagelist-empty-prompt {
5050
max-width: 462px;
51+
line-height: 20px;
5152
}
5253

5354
::ng-deep .dx-template-wrapper > div > p:first-child {

apps/demos/Demos/Chat/PromptSuggestions/React/styles.css

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@
4848

4949
.dx-chat-messagelist-empty-prompt {
5050
max-width: 462px;
51+
line-height: 20px;
5152
}
5253

5354
.dx-chat-messagebubble-content > div > p:first-child {

apps/demos/Demos/Chat/PromptSuggestions/ReactJs/styles.css

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@
4848

4949
.dx-chat-messagelist-empty-prompt {
5050
max-width: 462px;
51+
line-height: 20px;
5152
}
5253

5354
.dx-chat-messagebubble-content > div > p:first-child {

apps/demos/Demos/Chat/PromptSuggestions/Vue/App.vue

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -228,6 +228,7 @@ function onSuggestionItemClick(e: { itemData?: { text: string; prompt: string }
228228
229229
.dx-chat-messagelist-empty-prompt {
230230
max-width: 462px;
231+
line-height: 20px;
231232
}
232233
233234
.dx-chat-messagebubble-content > div > p:first-child {

apps/demos/Demos/Chat/PromptSuggestions/jQuery/styles.css

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@
4848

4949
.dx-chat-messagelist-empty-prompt {
5050
max-width: 462px;
51+
line-height: 20px;
5152
}
5253

5354
.dx-chat-messagebubble-content,

0 commit comments

Comments
 (0)