Skip to content
This repository has been archived by the owner on Jun 28, 2021. It is now read-only.

class styles.title adds random vertical lines around numbers #555

Closed
umairidris opened this issue Jan 8, 2017 · 1 comment
Closed

class styles.title adds random vertical lines around numbers #555

umairidris opened this issue Jan 8, 2017 · 1 comment

Comments

@umairidris
Copy link
Contributor

Example:
vertical line

Code used to generate this:

  return (
    <div className="">
      <h4 className={`text-muted ${styles.title}`}>
      Foo {1} 2 {3} Bar
      </h4>
    </div>
  )

The culprit:

&:after {
  content: '|';
}

in containers/Home/styles.css

Is there a reason for this? Removing it seems to be fine. If there is no reason to have it I can send a PR to remove it.

@umairidris umairidris changed the title styles.title adds random vertical line around numbers class styles.title adds random vertical lines around numbers Jan 8, 2017
@naveed-ahmad
Copy link
Contributor

@umairidris | is separating pages of search result. If you've a better idea to separate page please open the PR :)

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants