Problem to show buttons on custom action

So, i want to show some buttons for my user, but the buttons are all in the same line(image 1). I tried show 2 per line but the “title” of they are aperring in all the lines (image 2). I tried to put None in title but still aperring (image 3).

There’s a way to show one button per line or to fix this problems above?(I’m using dispatcher button message)

Versions: rasa-core==0.13.1 rasa-core-sdk==0.12.1 rasa-nlu==0.14.1

Image 1

Image 2

Image 3

there’s someone that could help me, pls :frowning_face:

Hey @sudjoao, unfortunately the fix right now is a little hacky, but if you change the button_type to "vertical" in this line, it should fix your problem.