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
  • #21936
Closed
Open
Issue created Feb 07, 2017 by Administrator@rootContributor

Vertical text alignment of select.form-control text within .input-group is not centered

Created by: bdrelling

Operating System: Mac OS Sierra 10.12.3 Browser: Chrome 55.0.2883.95 (64-bit) Bootstrap: v4.0.0-alpha.6

Issue Description:

When using select.form-control within an .input-group, text is vertically aligned to the top of the box rather than vertically aligned to the middle.

Screenshot:

screen shot 2017-02-07 at 11 04 51 am

Reduced Test Case:

<div class="input-group">
  <span class="input-group-addon">@</span>
  <input type="text" class="form-control" placeholder="Username">
</div>

<div class="input-group">
  <span class="input-group-addon">@</span>
  <select class="form-control"><option>Username</option></select>
</div>

Additional Comments:

I'm unable to test in other browsers/operating systems at this time but can amend these results later. If someone can do so in the meantime, I'd appreciate it.

Also, any typical JS Bin-type site we're using for Bootstrap 4 right now? I didn't see one in the issues I peeked at but, if it exists, I want to be aware of it moving forward to make it easier for everyone.

Assignee
Assign to
Time tracking