Skip to content

form with horizontal fields can't display inline  #76

@tablecell

Description

@tablecell
<!doctype html><html><head><meta charset='utf-8' />

<link rel="stylesheet"  href="https://unpkg.com/chota@0.8.0/dist/chota.min.css" />

 </head><body>
 
 
<div class="container" >
<div class="row">
  <div class="col">  
  
  <form >
<br><label> title </label>
<input name="title" />
<br><label> choice </label>
<input type="checkbox"  name="lang[]"  value="es5"> es5
<input type="checkbox"  name="lang[]"  value="es6"> es6
<br><label> content </label>
<textarea  rows="15"   ></textarea>
</form>

  </div></div></div> </body></html>

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions