From ef57eb752dfd3492085e31b8f2222ba03d04ebf3 Mon Sep 17 00:00:00 2001 From: danis Date: Thu, 4 Jan 2024 18:41:44 +0100 Subject: [PATCH] fix(../V2/SearchHistory): fixed background width of history type prop --- front/components/V2/SearchHistory.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/front/components/V2/SearchHistory.tsx b/front/components/V2/SearchHistory.tsx index 19773bd..634282a 100644 --- a/front/components/V2/SearchHistory.tsx +++ b/front/components/V2/SearchHistory.tsx @@ -32,6 +32,7 @@ const HistoryRowComponent = (props: historyRowProps) => { borderRadius: 8, paddingVertical: 4, paddingHorizontal: 12, + alignSelf: 'flex-start', }} > {props.type}