Hi
I am currently developing some webviews for my workflows, which would be used as user interfaces for other team members. I am looking for a way to customize few elements on them. Unfortunately I wasn't able to find the proper section on css files. (my webviews were created from default templates and have a very basic structure, however workflows contain several "User interaction" elements)
1. The webview has an input box, that refers to string variable on my workflow. Turns out the length of text box is too small. It becomes a bigger problem when I'm trying to use such text box as a "label" and use it to display a confirmation to a user that "Steps A,B,C were completed successfully, but step D wasn't executed". See attached image.
2. Is there any way to customize/remove buttons displayed on the webviews? Let's say I'd like to leave only one button there: "OK" instead of: "Reset, Cancel, Submit". How do I do that?
Could someone point me at the right direction?
Thanks!