Make all <span> inline with Popover.Trigger #2086
Unanswered
phaminhieuu
asked this question in
Help
Replies: 1 comment
-
Maybe something with your CSS. It works here https://codesandbox.io/p/sandbox/wizardly-thompson-twfw4w |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi everyone,
I have multiple spans inside a p tag. I would like to add Popover for each span like this:
The problem is that when the content in the first span longer than width, span will be break and make the new line like this:

but I want all the spans inline like this:

I'm using tailwindcss and Nextjs. I have put 'inline' css into all spans but didn't work. Any idea for this ? Thank you so much
Beta Was this translation helpful? Give feedback.
All reactions