Hello.
Is there a way to change the x axis value of certain child elements within vertical container?
I have a canvas app where I have series of question and text input laid out vertically. I want to put left margin on just the text inputs.
I want the effect of the second text input in this image, but I can only achieve it if I insert additional container around the text input and change the X value within there.


Is this the proper way to do it? Do I really need a container for every single text input just to have a left margin?
Thank you in advance.