mirror of
https://github.com/stashapp/stash.git
synced 2025-12-18 21:04:37 +03:00
Add nowrap to rating stars and overflow-wrap to title for mobile (#2731)
This commit is contained in:
@@ -83,11 +83,14 @@
|
|||||||
|
|
||||||
&:nth-child(2) {
|
&:nth-child(2) {
|
||||||
text-align: center;
|
text-align: center;
|
||||||
|
overflow-wrap: anywhere;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.rating-stars {
|
.rating-stars {
|
||||||
padding-left: 0.38rem;
|
padding-left: 0.38rem;
|
||||||
|
display: flex;
|
||||||
|
flex-wrap: nowrap;
|
||||||
}
|
}
|
||||||
|
|
||||||
&-left {
|
&-left {
|
||||||
|
|||||||
Reference in New Issue
Block a user