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:
		@ -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
 | 
			
		||||
    )
 | 
			
		||||
 | 
			
		||||
		Reference in New Issue
	
	Block a user