php-bootstrap-form icon indicating copy to clipboard operation
php-bootstrap-form copied to clipboard

fieldset tag and Inline forms

Open mdsupport opened this issue 6 years ago • 3 comments

As seen in the image below, BS4 does not seem to like <fieldset> tag with the inline layout. Is that tag important for the code generated by this library?

image

mdsupport avatar Jul 26 '18 21:07 mdsupport

It appears to be known flexbox issue due to the treatment of the fieldset tag by different browsers. Suggested workaround is to include a div tag as immediate child as shown in this codepen.

Will this affect the functionality?

mdsupport avatar Jul 26 '18 21:07 mdsupport

i dont think it will affect anything

avbdr avatar Jul 26 '18 21:07 avbdr

ill try to update library to work with latest bootstrap. during next days

avbdr avatar Jul 26 '18 21:07 avbdr