-
Notifications
You must be signed in to change notification settings - Fork 33
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
[v5.1.7] Rating displays vertically by default using tailwind #41
Comments
Same issue. |
.style-module_emptyIcons__Bg-FZ { |
In Next JS |
Thanks!! |
The solution of using Anyone else experiencing this or found other solutions? |
I got it working... But its VERY hacky... but in the hopes it saves someone else some time, here is what worked for me: <Rating
emptyStyle={{ display: "flex" }}
SVGstyle={{ display: "inline-block", marginBottom: 10 }}
style={{ marginBottom: -10 }}
...
/> The stars were positioned wrong for some reason and the two margin styles resolved it for me so they yellow stars showed up correctly. |
In Next.js 13 with Flowbite. |
No description provided.
The text was updated successfully, but these errors were encountered: