From 3604ee83689dcbae91a403faf54a3a55abf3d8a3 Mon Sep 17 00:00:00 2001 From: Amir Date: Tue, 21 Jan 2025 10:31:17 +0200 Subject: [PATCH] fix quicklink css --- .../srp-static-filters/srp-static-filters.component.less | 1 + 1 file changed, 1 insertion(+) diff --git a/projects/srm/src/app/search-results-page/srp-static-filters/srp-static-filters.component.less b/projects/srm/src/app/search-results-page/srp-static-filters/srp-static-filters.component.less index 76d9b4e..0b1b3d3 100644 --- a/projects/srm/src/app/search-results-page/srp-static-filters/srp-static-filters.component.less +++ b/projects/srm/src/app/search-results-page/srp-static-filters/srp-static-filters.component.less @@ -26,6 +26,7 @@ align-items: stretch; .item { + height: 25px; padding: 4px; display: flex; flex-flow: row;