From 4ea4ee40afe0a1a72773c2014099db7be9c5a93f Mon Sep 17 00:00:00 2001 From: xCJPECKOVERx Date: Wed, 30 Jul 2025 08:31:16 -0400 Subject: [PATCH] fix(web): Search chip key value heights don't match (#20312) - add flex items-stretch to stretch chip key height to match value height --- .../search/[[photos=photos]]/[[assetId=id]]/+page.svelte | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/web/src/routes/(user)/search/[[photos=photos]]/[[assetId=id]]/+page.svelte b/web/src/routes/(user)/search/[[photos=photos]]/[[assetId=id]]/+page.svelte index acb7176a7c..48ead6e6b4 100644 --- a/web/src/routes/(user)/search/[[photos=photos]]/[[assetId=id]]/+page.svelte +++ b/web/src/routes/(user)/search/[[photos=photos]]/[[assetId=id]]/+page.svelte @@ -330,9 +330,9 @@ > {#each getObjectKeys(terms) as searchKey (searchKey)} {@const value = terms[searchKey]} -
+
{getHumanReadableSearchKey(searchKey as keyof SearchTerms)}