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
  • #20733
Closed
Open
Issue created Sep 16, 2016 by Administrator@rootContributor

.form-control-static isn't the same height as .form-control

Created by: tompazourek

In Bootstrap 4 Alpha 4 the form-control-static isn't the same size as form-control.

See example: http://v4-alpha.getbootstrap.com/components/forms/#static-controls

  • The form-control-static element's height is 24 pixels plus 8 pixels vertical padding making 40 pixels of height.
  • The form-control element's height is 20 pixels plus 8 pixels vertical padding plus 1 pixel border making 38 pixels of height.

The issue is that if I use form-control-static and form-control side by side (like in multi-column form layout), the result will not be aligned nicely.

In v3, the form-control-static and form-control were both the same height.


I'm using Chrome 53 right now.

Assignee
Assign to
Time tracking