From 6c7d65b743bb9d46c0365fa49acb5dc1ae9caf9a Mon Sep 17 00:00:00 2001 From: Tom Moor Date: Fri, 16 Feb 2024 12:05:55 -0500 Subject: [PATCH] fix: Regression in styling of search filter with note --- app/components/FilterOptions.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/components/FilterOptions.tsx b/app/components/FilterOptions.tsx index be39e4150..ebd0351e6 100644 --- a/app/components/FilterOptions.tsx +++ b/app/components/FilterOptions.tsx @@ -76,8 +76,8 @@ const FilterOptions = ({ }; const Note = styled(Text)` - margin-top: 2px; - margin-bottom: 0; + display: block; + margin: 2px 0; line-height: 1.2em; font-size: 14px; font-weight: 500;