Login page form

0
When running my Mendix app on my local machine the login page seems a little bit off. The labels are to close to the textboxes. Is there any way to resolve this?
asked
2 answers
0

You can use “margin-left:10px;

On the input field:

End result:

 

answered
0

Only on your local machine? So not on -test or -accp. Press F4 on the modeler to sync with the project’s files and rerun. Also check if there is no caching playing tricks on you. Have you made any changes since your most recently deployed commit?

answered