From 5d6a1ea6a4c6b0bac29c1ea3448351a5810b58bb Mon Sep 17 00:00:00 2001
From: MichalKinas <113341662+MichalKinas@users.noreply.github.com>
Date: Thu, 4 May 2023 13:10:02 +0200
Subject: [PATCH] [ACS-5143] Tree component expand/collapse fix (#8528)
* [ACS-5143] Tree component expand/collapse fix
* [ACS-5143] Remove extra empty space
---
.../lib/tree/components/tree.component.html | 3 +--
.../tree/components/tree.component.spec.ts | 21 +++++++++++++++++++
.../src/lib/tree/components/tree.component.ts | 2 +-
.../lib/tree/services/tree.service.spec.ts | 8 +++++++
.../src/lib/tree/services/tree.service.ts | 2 ++
5 files changed, 33 insertions(+), 3 deletions(-)
diff --git a/lib/content-services/src/lib/tree/components/tree.component.html b/lib/content-services/src/lib/tree/components/tree.component.html
index c559cf44f5..e67d6bf254 100644
--- a/lib/content-services/src/lib/tree/components/tree.component.html
+++ b/lib/content-services/src/lib/tree/components/tree.component.html
@@ -51,8 +51,7 @@