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
  • #28892
Closed
Open
Issue created Jun 11, 2019 by Administrator@rootContributor

Documentation: Equal-width multi-row example doesn't illustrate concept

Created by: catchmyfame

https://getbootstrap.com/docs/4.3/layout/grid/#equal-width-multi-row

Layout > Grid > Equal-width multi-row

The documentation for this topic begins with, "Create equal-width columns that span multiple rows by..." however the example given does not demonstrate any columns spanning multiple rows. In the example:

<div class="container">
  <div class="row">
    <div class="col">col</div>
    <div class="col">col</div>
    <div class="w-100"></div>
    <div class="col">col</div>
    <div class="col">col</div>
  </div>
</div>

Each column spans a single row in a 2 x 2 grid.

There's a similar topic located higher up on the same page with the same code example that has the text, "Equal-width columns can be broken into multiple lines" which makes a little more sense as the concept seems to be showing how you can split, or break, equal-width columns over multiple lines within a row.

Assignee
Assign to
Time tracking