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

show stars in vertical line #22

Open
abdurrahimkh opened this issue Aug 14, 2022 · 8 comments
Open

show stars in vertical line #22

abdurrahimkh opened this issue Aug 14, 2022 · 8 comments

Comments

@abdurrahimkh
Copy link

issue with Tailwinds CSS/Daisy components it shows stars in vertical line

@remi-gai
Copy link

Same here with Chakra UI

@LombaxTech
Copy link

same here

@EmersonGarrido
Copy link

Even so in nextjs using tailwind

@anshumansworld
Copy link

A workaround, set CSS as follows for empty and fill:

.empty-icons {
  display: flex !important;
}
.filled-icons {
  display: -webkit-inline-box !important;
}

@BurakFurkan
Copy link

A workaround, set CSS as follows for empty and fill:

.empty-icons {
  display: flex !important;
}
.filled-icons {
  display: -webkit-inline-box !important;
}

ty it worked

@michael-2509
Copy link

image
image

I am using tailwind and i have applied both styles and yet it is still vertical

@njoromyke
Copy link

Add this in global styles .style-module_emptyIcons__Bg-FZ {
display: flex !important;
}

@njoromyke
Copy link

.style-module_emptyIcons__Bg-FZ {
display: flex !important;
}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

8 participants