From ba17ec4be41540717fbb58b953b262ad85eeab3f Mon Sep 17 00:00:00 2001 From: Elian Doran Date: Mon, 2 Feb 2026 20:44:48 +0200 Subject: [PATCH] chore(backlinks): show multiple excerpts properly --- apps/client/src/widgets/Backlinks.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/client/src/widgets/Backlinks.css b/apps/client/src/widgets/Backlinks.css index edcd9097de..9e8ced45ba 100644 --- a/apps/client/src/widgets/Backlinks.css +++ b/apps/client/src/widgets/Backlinks.css @@ -59,7 +59,7 @@ } /* Card content - excerpt */ - & > span:nth-child(2) > div { + .backlink-excerpt { all: unset; /* TODO: Remove after disposing the old style from FloatingButtons.css */ display: block;