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
  • #16576
Closed
Open
Issue created Jun 02, 2015 by Administrator@rootContributor

add a variable for \00a0 unicode character for breadcrumb

Created by: gniquil

Currently, in the breadcrumb file:

    + li:before {
      content: "@{breadcrumb-separator}\00a0"; // Unicode space added since inline-block means non-collapsing white-space
      padding: 0 5px;
      color: @breadcrumb-color;
    }

Once it's transpiled to sass, then processed through a Sass engine, the slash in "\00a0" gets doubled to "\00a0" causing the breadcrumb to display incorrectly. We can easily factor this unicode out into a variable, which Sass will then properly escape it.

I will submit a PR for it. For reference, here are 2 issues downstream:

https://github.com/twbs/bootstrap-sass/pull/911

https://github.com/lifegadget/ember-cli-bootstrap-sassy/issues/22

Assignee
Assign to
Time tracking