You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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{' '}<OakLinkhref="mailto:openapi@thenational.academy">
openapi@thenational.academy
</OakLink>
, and we'll set you up with an API key.
</OakLI><OakLI><strong>Explore</strong>: Use our{' '}<OakLinkhref="/playground">
interactive developer documentation
</OakLink>{' '}
to explore the different endpoints and which resources are
most appropriate for your use case.
</OakLI></OakOL>
The text was updated successfully, but these errors were encountered:
Screenshot demonstrates the issue:
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:
The text was updated successfully, but these errors were encountered: