diff --git a/src/second_brain/web/templates/_dashboard_body.html b/src/second_brain/web/templates/_dashboard_body.html index f1d34ec..dfc1133 100644 --- a/src/second_brain/web/templates/_dashboard_body.html +++ b/src/second_brain/web/templates/_dashboard_body.html @@ -189,9 +189,11 @@ {% for source in recent %} + {# Wrap long titles/URLs instead of truncating. min-w-0 + keeps the flex child shrinkable so badges stay aligned. #}
-

{{ source.title }}

-

{{ source.url }}

+

{{ source.title }}

+

{{ source.url }}

+ {# min-w-0 keeps this flex child shrinkable; break-words / break-all + make the text wrap inside instead of forcing the parent wider. #}
-

+

{{ source.title }}

-

{{ source.url }}

+

{{ source.url }}

{% if source.focus %} -

Focus: {{ source.focus }}

+

Focus: {{ source.focus }}

{% endif %}