Skip to content
Snippets Groups Projects

fix: textarea too high when chatting with SO fixed

Merged Ghost User requested to merge gm-textarea-too-high-on-one-to-one into staging
1 file
+ 12
7
Compare changes
  • Side-by-side
  • Inline
+ 12
7
.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
)
Loading