Hi All..
Is there a way to change the "Ask questions" multiple choice entities to be in vertical order
Hi @Balag_4 ,
If you are using the custom canvas, try to place this css in your custom canvas css file:
react-film__filmstrip__list {
display: block !important;
word-wrap: break-word !important;
}
.react-film__filmstrip__item {
padding-left: 0 !important;
}
.react-film__filmstrip__item {
padding-right: 0 !important;
}
Also, you can try the following:
const styleSet = window.WebChat.createStyleSet({
// Add styleOptions to customize Web Chat canvas
suggesteActionLayout: 'stacked';
});
That might sort you out.
Cheers,
Fernando
Pablo Roldan
49
Romain The Low-Code...
48
stampcoin
10