mirror of
https://github.com/simonw/datasette.git
synced 2025-12-10 16:51:24 +01:00
Show count of facet values if ?_facet_size=max, closes #1423
This commit is contained in:
parent
2883098770
commit
adb5b70de5
4 changed files with 30 additions and 2 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue