Skip to content

Commit c3f247e

Browse files
authored
Merge pull request #6 from AradhanaSingh63/master
Update the line height of chatbot text
2 parents 84bab48 + 37e786e commit c3f247e

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

docs/.vuepress/config.js

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,10 @@ module.exports = {
1111
.wk-cw-chatbot-textCointainer textarea#wk-cw-message{
1212
min-height: unset !important;
1313
}
14+
.wk-cw-liveChatCointainer,
15+
.wk-cw-liveChatCointainer .operator-to-user-msg{
16+
line-height: 1.4 !important;
17+
}
1418
`],
1519
],
1620
themeConfig: {

0 commit comments

Comments
 (0)