From 73fd3085b8445839837e4a88ca8497c18e149d8b Mon Sep 17 00:00:00 2001
From: Michal Kinas <113341662+MichalKinas@users.noreply.github.com>
Date: Mon, 16 Mar 2026 16:17:17 +0100
Subject: [PATCH] [MNT-25478] Fix info button display (#5099)
* [MNT-25478] Fix info button display
* [MNT-25478] CR fix
---
.../common/location-link/location-link.component.html | 2 +-
.../common/location-link/location-link.component.scss | 1 -
.../search-results-row/search-results-row.component.scss | 5 ++++-
3 files changed, 5 insertions(+), 3 deletions(-)
diff --git a/projects/aca-content/src/lib/components/common/location-link/location-link.component.html b/projects/aca-content/src/lib/components/common/location-link/location-link.component.html
index 932ac25e5..0ebf89326 100644
--- a/projects/aca-content/src/lib/components/common/location-link/location-link.component.html
+++ b/projects/aca-content/src/lib/components/common/location-link/location-link.component.html
@@ -8,7 +8,7 @@
[innerHTML]="displayText | async | translate">
} @else {
-
+
diff --git a/projects/aca-content/src/lib/components/common/location-link/location-link.component.scss b/projects/aca-content/src/lib/components/common/location-link/location-link.component.scss
index 96349ccb4..1ea54fca5 100644
--- a/projects/aca-content/src/lib/components/common/location-link/location-link.component.scss
+++ b/projects/aca-content/src/lib/components/common/location-link/location-link.component.scss
@@ -2,7 +2,6 @@
&-unknown {
display: flex;
align-items: center;
- font-size: 12px;
.adf-datatable-cell-value:hover {
color: var(--theme-foreground-text-color);
diff --git a/projects/aca-content/src/lib/components/search/search-results-row/search-results-row.component.scss b/projects/aca-content/src/lib/components/search/search-results-row/search-results-row.component.scss
index bf03385bf..9ad7f6eb8 100644
--- a/projects/aca-content/src/lib/components/search/search-results-row/search-results-row.component.scss
+++ b/projects/aca-content/src/lib/components/search/search-results-row/search-results-row.component.scss
@@ -5,6 +5,10 @@
padding: 10px 0;
width: inherit;
+ .aca-search-results-text {
+ min-width: 0;
+ }
+
.aca-highlight {
background: var(--theme-search-highlight-background-color);
}
@@ -15,7 +19,6 @@
}
.aca-result-location {
- height: 15px;
padding-top: 3px;
}