Hello everyone!Anyone who has an idea to achieve this design? Having challenges with the broken lines from the question to the yes or no options, also should be centered. Please see image for reference. Thanks.
Hello @RD.
There are two way either you can use OS HTML element widget and the use <hr> tag or you can simply put (- - - - -) from questions to answer.
In the above image the first line is using <hr. HTML element while the second line is simply (- - - - - ),
if you'll opt first option then use below CSS as well, you can also customise CSS as your need.
border: none; border-top: 3px dotted #000; height: 1px; width: 50%;
I hope it'll help you.
ThanksDeep
Hi @RD.,
I have included an OML file and implemented certain functionality in it.
Demo Url - https://vyadav.outsystemscloud.com/FrontEnd/BreakLine
Thanks,
Vipin Yadav
Hello!Appreciate all your answers guys. I'll try all of these and will give an update which works best on my side. Thanks!