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
  • #18130
Closed
Open
Issue created Nov 02, 2015 by Administrator@rootContributor

Left edges of headings and .row>.form-control-label don't align

Created by: Gillardo

I seem to be having a funny problem with form-group and row. it says on the migration page, that you now need to add .row to .form-group in order to use grid layout.

Here is my html, which i believe is correct

<h4>Company Details</h4>
<div class="row form-group">
    <label class="form-control-label col-sm-3">Business/Region or Company</label>
    <div class="col-sm-9">
        <module-data-form-field form-field="field">
            <span> UL East/ North East&nbsp;</span>    
        </module-data-form-field>
    </div>
</div>

But on screen, you can see that it seems to be out of alignment with the parent heading

example2

I have tried turning on the enable-flex option, but it seems to make no difference. Is this a current bug?

Assignee
Assign to
Time tracking