mirror of https://github.com/stashapp/stash.git
Fix alphabetical css (#2733)
This commit is contained in:
parent
3a3a296995
commit
4fa103dd08
|
@ -82,15 +82,15 @@
|
|||
flex: 1;
|
||||
|
||||
&:nth-child(2) {
|
||||
text-align: center;
|
||||
overflow-wrap: anywhere;
|
||||
text-align: center;
|
||||
}
|
||||
}
|
||||
|
||||
.rating-stars {
|
||||
padding-left: 0.38rem;
|
||||
display: flex;
|
||||
flex-wrap: nowrap;
|
||||
padding-left: 0.38rem;
|
||||
}
|
||||
|
||||
&-left {
|
||||
|
|
Loading…
Reference in New Issue