Fix vertical alignment of star count text in new search
This commit is contained in:
parent
f03f0961d8
commit
727562405b
1 changed files with 2 additions and 0 deletions
|
@ -70,6 +70,8 @@
|
|||
|
||||
.search .search-results li .star-count .star-count-number {
|
||||
display: inline-block;
|
||||
position: relative;
|
||||
top: 2px;
|
||||
}
|
||||
|
||||
.search .search-results li .star-icon {
|
||||
|
|
Reference in a new issue