If I add a label or text input to a container (in a Layout) and set the label or text input’s padding value, Thunkable treats it like a margin rather than padding:
The 15 pixel top Padding should not act similar to the 15 pixel left Margin. Instead, the letter “L” in “Label” should be 15 pixels to the right of the label’s left border. In the screenshot, it’s 0 pixels to the right of it.
Here’s a project that demonstrates this: Thunkable
Hello @tatiang!
We appreciate you taking the time to investigate and provide more information.
We can understand that it is frustrating, and I will do my best to explain how it works.
As you mentioned, padding is adding space between the content and the edge of a component. In order to test it, I suggest adding a border in the component you want to check padding, so you can see where is the edge of the component.
After that, I suggest testing it and not staying on the appearance you see on the editing page.