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
  • #21682
Closed
Open
Issue created Jan 12, 2017 by Administrator@rootContributor

Column padding for fixed column vs auto

Created by: gregschmit

I noticed that when using col-md-3 and col-md-auto together, that col-md-3 gets 15px padding, but col-md-auto does not. I am a new contributor so forgive me if this has been addressed already (although I did search for issues relating to this).

The issue is that in bootstrap-grid.css, col-md-auto is only mentioned once to make it a flexbox and set width: auto;. There are four responsive blocks that contain all columns (in all of their responsive forms) that apply padding-left: 15px; and padding-right: 15px;.

This seems to me to be a bug, not a feature. Should this be fixed?

P.S. I am more than happy to make the change and submit a pull request, but for a big project like this I presume the development team doesn't operate like that.

Assignee
Assign to
Time tracking