hello, does anyone knows how to delete that padding bellow the star rating?
Please I’m trying for a hour to fix this
Here is the code for star rating:
"
.review-container {
width: 200px;
display: flex;
align-items: left;
justify-content: left;
font-family: Arial, sans-serif;
font-size: 13px;
color: #333;
background-color: #8f8f8;
padding: 0px 0px;
border-radius: 0px;
width: auto;
margin: 0 auto; }
.avatars {
display: flex;
align-items: left;
margin-right: 2px;
}
.avatars img{
height: 23px;
width: auto;
}
.review-text {
font-weight: normal;
white-space: nowrap;
text-align: left;
}
.highlight {
font-weight: bold;
}
