Add nowrap to rating stars and overflow-wrap to title for mobile (#2731)

This commit is contained in:
erri120
2022-07-10 06:23:17 +02:00
committed by GitHub
parent 351472f654
commit 3a3a296995

View File

@@ -83,11 +83,14 @@
&:nth-child(2) {
text-align: center;
overflow-wrap: anywhere;
}
}
.rating-stars {
padding-left: 0.38rem;
display: flex;
flex-wrap: nowrap;
}
&-left {