Describe the bug
Themes like Kadence and similar alternative force a flex layout and a max-width attribute, ticket here.
Make sure to override that for the ASP and ASL (!important is required for sure)
.proinput form {
display: block !important;
max-width: unset !important;
}