Inline Link #726
Inline Link
#726
-
It doesn't seem like there is an option to make the The |
Beta Was this translation helpful? Give feedback.
Answered by
jrgarciadev
Sep 1, 2022
Replies: 1 comment 1 reply
-
Hey @rshov, this was fixed here 2e00416, however, It will be available in the next version (v11), in the meanwhile you can fix it as follows: <Link
href="#"
css={{
d: "inline-flex"
}}
>
My Link
</Link> e.g. https://codesandbox.io/s/sandpack-project-forked-vo2h2d?file=/App.js |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
jrgarciadev
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hey @rshov, this was fixed here 2e00416, however, It will be available in the next version (v11), in the meanwhile you can fix it as follows:
e.g. https://codesandbox.io/s/sandpack-project-forked-vo2h2d?file=/App.js