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
  • #17473
Closed
Open
Issue created Sep 04, 2015 by Administrator@rootContributor

Breadcrumb separator spacing issue

Created by: heruan

In v4.0.0-alpha the breadcrumb separator spacing behaves differently when subsequent <li>s are separated by whitespace or not in the markup source.

<ol class="breadcrumb">
    <li><a href="#">Home</a></li>
    <li><a href="#">Page</a></li>
</ol>
<ol class="breadcrumb">
    <li><a href="#">Home</a></li><li><a href="#">Page</a></li>
</ol>

produces:

screen shot 2015-09-04 at 12 28 05

See http://jsfiddle.net/heruan/0zpqt5kw/

Assignee
Assign to
Time tracking