vue-star-rating
vue-star-rating copied to clipboard
'sr-only' class extend the width of web page
Thanks for your very useful package. I'm using vue-star-rating for Vue 3 for my new project. Though it works great but I noticed the div tag for screen readers extends the width of web page. Actually the following line do this:
<div class="sr-only" data-v-f675a548=""><span data-v-f675a548="" data-v-f675a548-s="">Rated 1 stars out of 5</span></div>
How can I solve this? It must be noted that Vue 2 version works flawlessly.
Thanks in advance