Skip to content
This repository was archived by the owner on Jun 8, 2026. It is now read-only.

Commit 94c1d98

Browse files
Scott StadumScott Stadum
authored andcommitted
Bust asset cache and prevent metric wrapping
1 parent acd1cd3 commit 94c1d98

2 files changed

Lines changed: 7 additions & 2 deletions

File tree

index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
name="description"
99
content="A public topic monitor for clustering incoming URLs into trends, direction, source spread, and audio briefings."
1010
/>
11-
<link rel="stylesheet" href="./styles.css?v=20260419-2" />
11+
<link rel="stylesheet" href="./styles.css?v=20260420-1" />
1212
</head>
1313
<body>
1414
<div class="page-shell">
@@ -64,6 +64,6 @@ <h2>All Topics</h2>
6464
</aside>
6565
</main>
6666
</div>
67-
<script src="./app.js?v=20260419-2"></script>
67+
<script src="./app.js?v=20260420-1"></script>
6868
</body>
6969
</html>

styles.css

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -432,8 +432,13 @@ button {
432432
padding: 6px;
433433
}
434434

435+
.metric-top {
436+
flex-wrap: nowrap;
437+
}
438+
435439
.metric-top strong {
436440
white-space: nowrap;
441+
flex-shrink: 0;
437442
}
438443

439444
.trend-summary-card {

0 commit comments

Comments
 (0)