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

Anchors inheriting text-indent when nested in list item #213

Open
remy opened this issue Jun 27, 2024 · 0 comments
Open

Anchors inheriting text-indent when nested in list item #213

remy opened this issue Jun 27, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@remy
Copy link

remy commented Jun 27, 2024

Screenshot demonstrates the issue:

SCR-20240627-kwrf

In the screenshot I've manually applied text-indent: initial to the second link, but you can see on the third link how it's colliding with the text.

The code used is:

<OakOL>
  <OakLI>
    <strong>Sign Up</strong>: Click the link above, or get in
    touch with us by sending an email to{' '}
    <OakLink href="mailto:openapi@thenational.academy">
      openapi@thenational.academy
    </OakLink>
    , and we&apos;ll set you up with an API key.
  </OakLI>
  <OakLI>
    <strong>Explore</strong>: Use our{' '}
    <OakLink href="/playground">
      interactive developer documentation
    </OakLink>{' '}
    to explore the different endpoints and which resources are
    most appropriate for your use case.
  </OakLI>
</OakOL>
@remy remy added the bug Something isn't working label Jun 27, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant