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

Header Links are not spaced #1698

Closed
g1ronn1mo opened this issue Apr 19, 2024 · 1 comment
Closed

Header Links are not spaced #1698

g1ronn1mo opened this issue Apr 19, 2024 · 1 comment
Labels
bug Something isn't working needs reproduction pro

Comments

@g1ronn1mo
Copy link

Environment

x

Version

"@nuxt/ui-pro": "^1.0.2", "@nuxt/ui": "^2.11.1",

Reproduction

x

Description

The link look like this:

image

This is due to the wrong tailwind class, implemented on the link itself.

class="text-sm/6 font-semibold flex items-center gap-1 hover:text-primary"

The gap-1 needs to go on the ul element, where it is not. If I add the gap-1 manually, the problem gets solved.

<ul class="hidden lg:flex">...</ul>

Additional context

No response

Logs

No response

@g1ronn1mo g1ronn1mo added the bug Something isn't working label Apr 19, 2024
@benjamincanac
Copy link
Member

You might have overridden something that broke your links, please provide a reproduction so we can help you. The header links work just fine as you can see here: https://ui.nuxt.com/

@benjamincanac benjamincanac closed this as not planned Won't fix, can't repro, duplicate, stale May 13, 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 needs reproduction pro
Projects
None yet
Development

No branches or pull requests

2 participants