Cloned inputs appearing different size

I have two inputs for a sign in page. One was copied from the other and the settings are identical, but the fields appear as different sizes. I’m not sure if this is a bug with Bubble or a bug as a result of having been wrapped with BDK. Has anyone seen a similar problem?

Thanks!

Likely the email input is a child element of a container group and the container group has the layout settings that restrict the width of the email input itself, and when you copied and pasted the email input to create your password input you did not copy the parent container group of the email input and instead just copied the email input itself, so the container group once you pasted was not, and so therefore doesn’t restrict the width of the password input.

That was exactly it! Thanks for the help!

1 Like