fix: textarea too high when chatting with SO fixed

This commit is contained in:
Gaëlle Morin 2019-09-23 17:02:18 +02:00
parent 7c687fc09e
commit 06db2b185f
1 changed files with 12 additions and 7 deletions

View File

@ -1,9 +1,14 @@
.content-box.with-padding.full-width.chat-view
sib-chat(
data-authentication='login',
data-auto-login='true',
data-bosh-service-url=`${xmpp}`,
data-debug='false',
data-locales-url='en',
.content-box.full-width
sib-display.chat-header(
bind-resources
fields='username'
)
.chat-view
sib-chat(
data-authentication='login',
data-auto-login='true',
data-bosh-service-url=`${xmpp}`,
data-debug='false',
data-locales-url='en',
bind-resources
)