datasette/datasette/templates
Simon Willison 92848c06b8 Stop facet counts from wrapping (#2754)
ul.tight-bullets li uses word-break: break-all so long facet labels can
wrap, but that also let the count number break across lines. Wrap each
count in a span.facet-count with white-space: nowrap so the label can
still wrap while the count stays on one line.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
2026-06-10 23:43:32 -07:00
..
_action_menu.html Keyboard navigation and ARIA attributes for actions menus (#2727) 2026-05-24 14:11:04 -07:00
_close_open_menus.html Keyboard navigation and ARIA attributes for actions menus (#2727) 2026-05-24 14:11:04 -07:00
_codemirror.html Remove min-height on CodeMirror, closes #1899 2022-11-17 23:21:00 -08:00
_codemirror_foot.html Use DOMContentLoaded instead of load event for CodeMirror initialization. Closes #1894 (#1898) 2022-11-17 23:29:00 -08:00
_crumbs.html Refactor breadcrumbs to respect permissions, refs #1831 2022-10-13 14:42:52 -07:00
_debug_common_functions.html Simplified the code for the permission debug pages 2025-10-30 10:28:04 -07:00
_description_source_license.html ?_extra= support and TableView refactor to table_view 2023-03-22 15:49:39 -07:00
_execute_write_analysis_scripts.html Major redesign of create saved query UI 2026-05-26 13:48:40 -07:00
_execute_write_analysis_styles.html Major redesign of create saved query UI 2026-05-26 13:48:40 -07:00
_facet_results.html Stop facet counts from wrapping (#2754) 2026-06-10 23:43:32 -07:00
_footer.html Queries took rather than query took, closes #1572 2021-12-18 20:03:21 -08:00
_permission_ui_styles.html New allowed_resources_sql plugin hook and debug tools (#2505) 2025-10-08 14:27:51 -07:00
_permissions_debug_tabs.html Permission tabs include allow debug page 2025-10-30 17:54:07 -07:00
_query_form_styles.html Web UI to edit and delete stored queries (#2764) 2026-06-08 20:19:47 -07:00
_query_results.html Fixes for SQL write with RETURNING (#2763) 2026-05-31 16:15:34 -07:00
_sql_parameter_scripts.html Fix write query failing when a named parameter is called :sql (#2765) 2026-06-10 20:15:03 -07:00
_sql_parameter_styles.html Refactor to share JS/HTML between execute and execute-write 2026-05-25 12:45:42 -07:00
_sql_parameters.html Fix write query failing when a named parameter is called :sql (#2765) 2026-06-10 20:15:03 -07:00
_suggested_facets.html ?_extra= support and TableView refactor to table_view 2023-03-22 15:49:39 -07:00
_table.html Table headers and column options visible for 0 rows 2026-04-22 22:23:02 -07:00
allow_debug.html Permission tabs include allow debug page 2025-10-30 17:54:07 -07:00
api_explorer.html Fix remaining base_url issues 2026-05-30 22:48:04 -07:00
base.html Fix for /-/jump with base_url set, closes #2757 2026-05-30 12:25:23 -07:00
create_token.html Replace token-based CSRF with Sec-Fetch-Site header protection (#2689) 2026-04-14 17:11:36 -07:00
csrf_error.html Replace token-based CSRF with Sec-Fetch-Site header protection (#2689) 2026-04-14 17:11:36 -07:00
database.html Show query count on database page 2026-05-26 13:54:47 -07:00
debug_actions.html Fix for text None shown on /-/actions, closes #2599 2025-11-26 17:12:52 -08:00
debug_allowed.html Simplified the code for the permission debug pages 2025-10-30 10:28:04 -07:00
debug_check.html Simplified the code for the permission debug pages 2025-10-30 10:28:04 -07:00
debug_permissions_playground.html Replace token-based CSRF with Sec-Fetch-Site header protection (#2689) 2026-04-14 17:11:36 -07:00
debug_rules.html Permissions SQL API improvements (#2558) 2025-10-30 15:48:46 -07:00
error.html Refactor breadcrumbs to respect permissions, refs #1831 2022-10-13 14:42:52 -07:00
execute_write.html Better empty state message 2026-05-31 16:15:52 -07:00
index.html Fix for spacing on index page, closes #2399 2024-08-20 09:36:02 -07:00
logout.html Replace token-based CSRF with Sec-Fetch-Site header protection (#2689) 2026-04-14 17:11:36 -07:00
messages_debug.html Replace token-based CSRF with Sec-Fetch-Site header protection (#2689) 2026-04-14 17:11:36 -07:00
patterns.html Fix remaining base_url issues 2026-05-30 22:48:04 -07:00
query.html Fixes for SQL write with RETURNING (#2763) 2026-05-31 16:15:34 -07:00
query_create.html Web UI to edit and delete stored queries (#2764) 2026-06-08 20:19:47 -07:00
query_delete.html Web UI to edit and delete stored queries (#2764) 2026-06-08 20:19:47 -07:00
query_edit.html Web UI to edit and delete stored queries (#2764) 2026-06-08 20:19:47 -07:00
query_list.html Web UI to edit and delete stored queries (#2764) 2026-06-08 20:19:47 -07:00
row.html Refactored action menus to a shared include, closes #2301 2024-03-12 16:35:34 -07:00
schema.html /-/schema and /db/-/schema and /db/table/-/schema pages (plus .json/.md) 2025-11-07 12:01:23 -08:00
show_json.html Refactor breadcrumbs to respect permissions, refs #1831 2022-10-13 14:42:52 -07:00
table.html Table headers and column options visible for 0 rows 2026-04-22 22:23:02 -07:00