Bug: FiveStarRating should always flow in a row, not column
-
fix by adding flex-direction: row
or -
do the same and add an option to allow for column layout if we have a usecase, but I don't see any atm
Edited by Tobias Thüring
flex-direction: row
or