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
  • Merge requests
  • !21208

Update .table-responsive

  • Review changes

  • Download
  • Email patches
  • Plain diff
Merged Mark Otto requested to merge table-responsive-docs into v4-dev Nov 26, 2016
  • Overview 0
  • Commits 4
  • Pipelines 0
  • Changes 2

Updates the docs to reflect the intended change of not requiring a wrapping element. Instead of surrounding .tables with .table-responsive, just add it as a modifier. The associated CSS has also been updated and tweaked slightly.

Probably helpful to note that .table-bordered.table-responsive has had it's outer border removed. Since the <table> is now display: block, those borders will render double on horizontal scroll. This removes the border on the table, but keeps it on the elements. At times you'll see cut off table cells, but that's intentional and helps indicate scroll behavior.

Closes #18612 (closed) (though there was no bug fixed here).

Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: table-responsive-docs