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
  • #30840
Closed
Open
Issue created May 16, 2020 by Administrator@rootContributor

row width is not correct

Created by: ghost

in bootstrap version 4.5:

<nav class="navbar navbar-expand-md navbar-light">
  <button class="navbar-toggler mr-auto mb-2 bg-light" data-toggle="collapse" data-target="#myNavbar">
    <span class="navbar-toggler-icon"></span>
  </button>
  <div class="collapse navbar-collapse" id="myNavbar">
    <div class="container-fluid border border-success">
      <div class="row border border-danger">
        <!-- sidebar -->
        <div class="col-lg-3 bg-info">
			123
        </div>
        <!-- end of sidebar -->

        <!-- top-nav -->
        <div class="col-lg-9 bg-warning">
			456
        </div>
		this row must be full width but it isn't.
        <!-- end of top-nav -->
      </div>
    </div>
  </div>
</nav>
  • Operating system and version : Windows 10 17763.1217
  • Browser and version: Chrome: Version 81.0.4044.138 (Official Build) (64-bit)

in Bootstrap version 4.1.1 it works fine.

Assignee
Assign to
Time tracking