Page 1 of 1

layoutgrid and login object

Posted: Fri May 28, 2021 4:01 pm
by Paul
When I place a login object in a layoutgrid object and test my web page, I notice that the login object fills the width of the layoutgrid object. If I try to adjust the width of the object login, I'm not able to. Is there a way to correct the width of the login object.

Re: layoutgrid and login object

Posted: Fri May 28, 2021 4:24 pm
by Pablo
Login forms are flexible so they are always full width of their container. This is behavior by design.
If you do not want to login forms to be flexible then do not put them in a layout grid. Or set the max-width of the grid to limit the size.

Re: layoutgrid and login object

Posted: Sun May 30, 2021 8:16 pm
by Paul
Suggestion: Would have been interesting to have a button displaying the password (login).

Re: layoutgrid and login object

Posted: Mon May 31, 2021 5:59 am
by Pablo
The password is stored as a hash so it cannot be displayed.

Re: layoutgrid and login object

Posted: Mon May 31, 2021 3:10 pm
by Paul
Ok, Merci