Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Alignment bug? #1246

Closed
camjc opened this issue Jun 8, 2017 · 1 comment · Fixed by #1539
Closed

Alignment bug? #1246

camjc opened this issue Jun 8, 2017 · 1 comment · Fixed by #1539
Labels

Comments

@camjc
Copy link

camjc commented Jun 8, 2017

Hey, I think this should be picked up but its not:

  return (
    <P>
      <Clickable inNewTab to={guideUrls[productType]}>
        <Icon className={styles.icon} name="document" size="medium" />Product guide (PDF)
    </Clickable>
    </P>
  );

I figure </Clickable> should have six spaces behind it.

@ljharb ljharb added the bug label Jun 8, 2017
@jseminck
Copy link
Contributor

jseminck commented Jun 9, 2017

Confirmed it does not complain about this being incorrect. Luckily, it also does not give any warnings/errors when the code is formatted correctly. :)

Will investigate!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Development

Successfully merging a pull request may close this issue.

3 participants