- {{ bookmark.title }}
+ {{ bookmark.title }}
{{ bookmark.url }}
@@ -123,6 +123,9 @@ const emit = defineEmits<{
display: block;
font-size: 0.93rem;
line-height: 1.3;
+ overflow: hidden;
+ text-overflow: ellipsis;
+ white-space: nowrap;
}
.muted-cell {