.restaurant-meta {
margin-top: -1.2rem;
font-size: 0.8rem;
font-weight: 500;
display: flex;
margin-left: 23px;
}
.truncate-text {
white-space: nowrap;
overflow: hidden;
-o-text-overflow: ellipsis;
text-overflow: ellipsis;
margin-left: 25px;
}
And as I told you earlier, the d-flex class needs to be commented out