From 75cccaeb6b09b656d32d422d14170294a61afc03 Mon Sep 17 00:00:00 2001 From: Vyacheslav Tumanov Date: Wed, 3 Apr 2024 23:11:15 +0500 Subject: [PATCH] UBERF-6314: provide space if all of the items have same space (#5171) Signed-off-by: Vyacheslav Tumanov --- plugins/view-resources/src/components/list/ListHeader.svelte | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/view-resources/src/components/list/ListHeader.svelte b/plugins/view-resources/src/components/list/ListHeader.svelte index cf23ac41b5..6d50bbd27e 100644 --- a/plugins/view-resources/src/components/list/ListHeader.svelte +++ b/plugins/view-resources/src/components/list/ListHeader.svelte @@ -134,7 +134,7 @@ i?.space === items[0]?.space) ? items[0]?.space : undefined)} size={'small'} kind={'list-header'} colorInherit={!$themeStore.dark && level === 0}