Sidebar issue

by knokit

HTML

<script src="https://netdna.bootstrapcdn.com/bootstrap/2.3.2/js/bootstrap.min.js"></script>
<link rel="stylesheet" href="https://netdna.bootstrapcdn.com/bootstrap/2.3.2/css/bootstrap.min.css">
<div class="container-fluid">
  <div class="row-fluid">
    <div class="span2">
      <!--Sidebar content-->
      <table class="table table-bordered eso-table open" data-phase="Planning">
                <thead>
                    <tr>
                        <th colspan="15">
                            <a href="#" title="Toggle releases">
                                Planning
                                <i class="icon icon-caret-up"></i>
                            </a>
                        </th>
                    </tr>
                </thead>

                <tbody>
                        <tr>
                            <td class="shortname">
                                <span><a href="/product/hss_bcp/release/hss_bcp-hss_bcp/overview" title="New World DR">hss_bcp-hss_bcp</a></span>
                            </td>

                                <td class="statuses">
                                    <span class="label
                                                 status-2
                                                 
                                                 
                                          " title="At Risk: BCP/DR_PnT DevOps project is at risk">
                                        ENG
                                    </span>
                                </td>
                                <td class="statuses">
                                    <span class="label
                                                 status-10
                                                 status-not-used
                                                 
                                          " title="[Not Used]: Status type not used on this release">
                                        GTM
                              ...

CSS

div[class*="span"] {
    border: 1px solid red;
    height: 500px;
}