mirror of
https://github.com/stashapp/stash.git
synced 2026-01-30 20:13:58 +01:00
Fix alphabetical css (#2733)
This commit is contained in:
parent
3a3a296995
commit
4fa103dd08
1 changed files with 2 additions and 2 deletions
|
|
@ -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 a new issue