From 538e1f0fdd3f22c7f41b1fb68d79dfcedc2f65eb Mon Sep 17 00:00:00 2001 From: Adorian Doran Date: Mon, 23 Feb 2026 09:21:52 +0200 Subject: [PATCH] ui/grid view card: tweak layout --- apps/client/src/widgets/collections/legacy/ListOrGridView.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/apps/client/src/widgets/collections/legacy/ListOrGridView.css b/apps/client/src/widgets/collections/legacy/ListOrGridView.css index 6d37ab4b2..c0c85a8cd 100644 --- a/apps/client/src/widgets/collections/legacy/ListOrGridView.css +++ b/apps/client/src/widgets/collections/legacy/ListOrGridView.css @@ -181,7 +181,8 @@ } } -.nested-note-list:not(.search-results) h5 { +.nested-note-list:not(.search-results) h5, +.note-book-card:not(.search-results) h5 { span.tn-icon + span, .note-list-attributes { white-space: nowrap;