Merge branch 'gm-textarea-too-high-on-one-to-one' into 'staging'

fix: textarea too high when chatting with SO fixed

See merge request startinblox/applications/sib-app!64
This commit is contained in:
Alexandre 2019-09-26 13:36:13 +00:00
commit 05eec9cfed
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
)