From fea8de89c61db28d3b8adec039b61d3cd45ba095 Mon Sep 17 00:00:00 2001 From: Adorian Doran Date: Sun, 15 Feb 2026 14:08:50 +0200 Subject: [PATCH] style/list view: handle the title and attributes when overflowing the container --- .../src/widgets/collections/legacy/ListOrGridView.css | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/apps/client/src/widgets/collections/legacy/ListOrGridView.css b/apps/client/src/widgets/collections/legacy/ListOrGridView.css index 88aa719c11..4cee5d215b 100644 --- a/apps/client/src/widgets/collections/legacy/ListOrGridView.css +++ b/apps/client/src/widgets/collections/legacy/ListOrGridView.css @@ -153,6 +153,7 @@ .note-list-attributes { flex-grow: 1; + margin-inline-start: 1em; text-align: right; font-size: .75em; opacity: .75; @@ -160,6 +161,16 @@ .nested-note-list-item-menu { margin-inline-start: 8px; + flex-shrink: 0; + } +} + +.nested-note-list:not(.search-results) h5 { + span.tn-icon + span, + .note-list-attributes { + white-space: nowrap; + overflow: hidden; + text-overflow: ellipsis; } }