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
I just had a really weird scenario. I had 3 columns set up (col-1-3). I had the <form> tag at the start of the first column and the </form> at the end of the third one.
However browsers decided that the </form> tag should be placed at the end of the first column. I fixed it by defining the form before the 3 columns.
But I'm not sure if this is a Simple Grid issue or just a random HTML5 niggle.
Thanks!
The text was updated successfully, but these errors were encountered:
Hi there,
I just had a really weird scenario. I had 3 columns set up (col-1-3). I had the
<form>
tag at the start of the first column and the</form>
at the end of the third one.However browsers decided that the
</form>
tag should be placed at the end of the first column. I fixed it by defining the form before the 3 columns.But I'm not sure if this is a Simple Grid issue or just a random HTML5 niggle.
Thanks!
The text was updated successfully, but these errors were encountered: