Fix vertical alignment of star count text in new search

This commit is contained in:
Joseph Schorr 2017-05-03 11:08:11 -04:00
parent f03f0961d8
commit 727562405b

View file

@ -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 {