form with horizontal fields can't display inline
tablecell opened this issue · 0 comments
tablecell commented
<!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>