This is a migrated thread and some comments may be shown as answers.

Expand to 100% Width

3 Answers 179 Views
Chat
This is a migrated thread and some comments may be shown as answers.
Stephane
Top achievements
Rank 1
Iron
Stephane asked on 07 Oct 2019, 08:57 AM

Hello,

How can I expand the conversational UI to 100% width of the window ?

Thanks,
Stephane.

 

 

3 Answers, 1 is accepted

Sort by
0
Accepted
Petar
Telerik team
answered on 08 Oct 2019, 12:53 PM

Hi Stephane,

If you are talking about the Chat component its width can be set to 100% by applying the following CSS style:

      .k-chat {
        max-width:100%;
      }

Here is a Dojo project demonstrating the implementation of the above.

Regards,
Petar
Progress Telerik

Get quickly onboarded and successful with your Telerik and/or Kendo UI products with the Virtual Classroom free technical training, available to all active customers. Learn More.
0
Stephane
Top achievements
Rank 1
Iron
answered on 08 Oct 2019, 01:50 PM
Perfect, thanks.
0
Petar
Telerik team
answered on 08 Oct 2019, 03:15 PM

Hello,

You are welcome!

Regards,
Petar
Progress Telerik

Get quickly onboarded and successful with your Telerik and/or Kendo UI products with the Virtual Classroom free technical training, available to all active customers. Learn More.
Tags
Chat
Asked by
Stephane
Top achievements
Rank 1
Iron
Answers by
Petar
Telerik team
Stephane
Top achievements
Rank 1
Iron
Share this question
or