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
  • #28601
Closed
Open
Issue created Apr 03, 2019 by Administrator@rootContributor

.dropdown-header padding-y should reference $dropdown-item-padding-y

Created by: k-funk

https://github.com/twbs/bootstrap/blob/master/scss/_dropdown.scss#L179

It seems to me that a .dropdown-header should use the y-padding of a dropdown-item ($dropdown-item-padding-y), not the dropdown-menu.

The problem I have is that I want to set $dropdown-padding-y: 0; for my menus, so that the items are the only thing controlling y-padding within the dropdown. However, this ends up effecting .dropdown-headers by putting 0-y padding on them as well.

Assignee
Assign to
Time tracking