Skip welcome & menu and move to editor
Welcome to JS Bin
Load cached copy from
 
<!DOCTYPE html>
<html>
<head>
<meta charset=utf-8 />
<title>Table-row not 100%</title>
</head>
<body>
  <h2>Table-row not 100%:</h2>
  <form>
    <fieldset>
      <div class="item">
        <label>First Name</label>
        <input />
      </div>
      <div class="item">
        <label>Last Name</label>
        <input />
      </div>
    </fieldset>
  </form>
  <h2>BUT this works:</h2>
  <div class='table'>
    <div>
      <aside>xxx</aside>
      <aside>xxx</aside>
    </div>
    <div>
      <aside>xxx</aside>
      <aside>xxx</aside>
    </div>
  </div>
</body>
</html>
Output

You can jump to the latest bin by adding /latest to your URL

Dismiss x
public
Bin info
anonymouspro
0viewers