From f6e72f8a6f7f053d4f3a5bef1a4ad48d5f3482fb Mon Sep 17 00:00:00 2001 From: dominikiwanekhyland <141320833+dominikiwanekhyland@users.noreply.github.com> Date: Thu, 29 Aug 2024 17:01:00 +0200 Subject: [PATCH] [ACS-8638] - [ACC] User is able to 'select' tag chip while creating new tags in ACC (#10134) --- .../src/lib/tag/tags-creator/tags-creator.component.html | 4 ++-- .../src/lib/tag/tags-creator/tags-creator.component.scss | 4 ++++ 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/lib/content-services/src/lib/tag/tags-creator/tags-creator.component.html b/lib/content-services/src/lib/tag/tags-creator/tags-creator.component.html index 9cc6650078..3a4c13226b 100644 --- a/lib/content-services/src/lib/tag/tags-creator/tags-creator.component.html +++ b/lib/content-services/src/lib/tag/tags-creator/tags-creator.component.html @@ -17,7 +17,7 @@

- + {{ tag }} - +
diff --git a/lib/content-services/src/lib/tag/tags-creator/tags-creator.component.scss b/lib/content-services/src/lib/tag/tags-creator/tags-creator.component.scss index 43b46e72ed..6f2b7bcb0a 100644 --- a/lib/content-services/src/lib/tag/tags-creator/tags-creator.component.scss +++ b/lib/content-services/src/lib/tag/tags-creator/tags-creator.component.scss @@ -45,6 +45,10 @@ adf-tags-creator { margin-top: 8px; } + .adf-tags-chip { + height: auto; + } + .adf-existing-tags-panel { border-top-left-radius: 6px; border-top-right-radius: 6px;