diff --git a/frontend/src/views/KnowledgeView.vue b/frontend/src/views/KnowledgeView.vue
index 9dcdaf6..eba7ed1 100644
--- a/frontend/src/views/KnowledgeView.vue
+++ b/frontend/src/views/KnowledgeView.vue
@@ -382,11 +382,6 @@ watchEffect(() => {
-
-
- Loading…
-
-
{
{{ formatDate(item.updated_at) }}
+
+
+
+ Loading…
+
@@ -853,7 +853,7 @@ watchEffect(() => {
justify-content: space-between;
gap: 6px;
}
-.k-card-tags { display: flex; gap: 4px; flex-wrap: wrap; min-width: 0; overflow: hidden; }
+.k-card-tags { display: flex; gap: 4px; flex-wrap: wrap; min-width: 0; }
.tag-pill {
font-size: 0.68rem;
padding: 1px 6px;
@@ -879,8 +879,7 @@ watchEffect(() => {
/* ── Infinite scroll sentinel ────────────────────────────── */
.scroll-sentinel {
- grid-column: 1 / -1; /* span all grid columns */
- order: 9999; /* push to end of grid items */
+ grid-column: 1 / -1; /* span all columns so it's not a card-sized slot */
height: 40px;
display: flex;
align-items: center;