Index: src/assets/css/style.css
===================================================================
--- src/assets/css/style.css	(revision 7475ff3132b7044bdc1bf9541e5686fbbc3eadbf)
+++ src/assets/css/style.css	(revision 328d83725a5461bae2e5639ede37cbe4cf206b67)
@@ -2475,4 +2475,10 @@
     overflow: hidden;
     z-index: 1;
+    /* Federated link posts can have a long bare URL as their title — break it so it wraps
+       inside the tile and clamps cleanly instead of overflowing past both edges. */
+    max-width: 100%;
+    overflow-wrap: anywhere;
+    word-break: break-word;
+    hyphens: auto;
 }
 
