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
  • #27114
Closed
Open
Issue created Aug 21, 2018 by Administrator@rootContributor

Grid col-auto max width - overflow

Created by: florianlacreuse

Hi,

AFAIK, since commits 8a2d845a and 48d17bc8, the max-width on col#{$infix}-auto is now reset to override inherited max-width from lower grid tiers.

My concern is about the new value of max-width. With max-width: none , a col-auto column may overflow from its row container / parent. Is it an expected behavior? Why not use max-width: 100% to override it and keep the column inside the row?

Example col-auto overflow: https://codepen.io/anon/pen/oPgXgM Exemple col-auto with max-width: 100%: https://codepen.io/anon/pen/VGYLmq

Kind regards, Florian

Assignee
Assign to
Time tracking