Show count of facet values if ?_facet_size=max, closes #1423

This commit is contained in:
Simon Willison 2021-08-16 11:56:32 -07:00
commit adb5b70de5
4 changed files with 30 additions and 2 deletions

View file

@ -633,6 +633,11 @@ form button[type=button] {
width: 250px;
margin-right: 15px;
}
.facet-info-total {
font-size: 0.8em;
color: #666;
padding-right: 0.25em;
}
.facet-info li,
.facet-info ul {
margin: 0;