Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • B bootstrap
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 263
    • Issues 263
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 114
    • Merge requests 114
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Package Registry
    • Infrastructure Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • Bootstrap
  • bootstrap
  • Issues
  • #359
Closed
Open
Issue created Oct 02, 2011 by Administrator@rootContributor

Border between rows is 1 pixel wider within nested tables

Created by: dlom

<table><tbody>
<tr>
<td>One</td>
<td>
  <table>
    <thead><tr>
      <th>Test 1</th>
    </tr></thead>
     <tbody><tr>
      <td>Test 1</td>
    </tr></tbody>
  </table></td>
</tr>
<tr>
<td>Two</td>
<td>
  <table>
    <thead><tr>
      <th>Test 1</th>
    </tr></thead>
    <tbody><tr>
      <td>Test 2</td>
    </tr></tbody>
  </table>
</td>
</tr>
</tbody></table>

Tables nested like this will produce an effect like this: Result The extra pixel of width is between the "Test 1" and the "Test 2" of the "Two" row.

Assignee
Assign to
Time tracking