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;
}