You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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.
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?
The text was updated successfully, but these errors were encountered: