You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What I did was to wrap this component into inline-block div. I believe by default any component has to occupy 100% of space. It is up to the developer to decide on how much space needs to be taken by limiting parent/container in size.
I am trying to display some texts on the right side of the stars however the component is set to be displayed as block.
How would I change it so that my texts (in
tags) are displayed beside it rather than below it?
The text was updated successfully, but these errors were encountered: