mirror of
https://github.com/stashapp/stash.git
synced 2025-12-17 20:34: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) {
|
||||
text-align: center;
|
||||
overflow-wrap: anywhere;
|
||||
}
|
||||
}
|
||||
|
||||
.rating-stars {
|
||||
padding-left: 0.38rem;
|
||||
display: flex;
|
||||
flex-wrap: nowrap;
|
||||
}
|
||||
|
||||
&-left {
|
||||
|
||||
Reference in New Issue
Block a user