From aff6a0939576ac5e76a43a6d13db67be4d8cb092 Mon Sep 17 00:00:00 2001 From: shamoon <4887959+shamoon@users.noreply.github.com> Date: Wed, 4 Dec 2024 16:36:36 -0800 Subject: [PATCH] Button vertical centering --- .../filterable-dropdown/filterable-dropdown.component.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src-ui/src/app/components/common/filterable-dropdown/filterable-dropdown.component.html b/src-ui/src/app/components/common/filterable-dropdown/filterable-dropdown.component.html index d4672a0ca..f6888488d 100644 --- a/src-ui/src/app/components/common/filterable-dropdown/filterable-dropdown.component.html +++ b/src-ui/src/app/components/common/filterable-dropdown/filterable-dropdown.component.html @@ -60,14 +60,14 @@ } @if ((selectionModel.items | filter: filterText:'name').length > 0) { - } } @if (extraButtonTitle) { -