From 040709757a596421cdf58ce6d9d60f625f3ea9d7 Mon Sep 17 00:00:00 2001 From: Julia Rechkunova Date: Tue, 9 May 2023 11:20:00 +0200 Subject: [PATCH] [UnifiedSearch] Fix query input styles (#157010) A follow up for https://github.com/elastic/kibana/pull/155208/files#diff-6331d8fd9ae662adcdd1491f21ace3925cc950118c13ec7c845c03557e02b2dbR837 ## Summary Before: Screenshot 2023-05-08 at 17 13 42 After: Screenshot 2023-05-08 at 17 13 27 --- .../public/query_string_input/query_string_input.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/plugins/unified_search/public/query_string_input/query_string_input.tsx b/src/plugins/unified_search/public/query_string_input/query_string_input.tsx index 0b645c208b06f3..ef17093a23ce65 100644 --- a/src/plugins/unified_search/public/query_string_input/query_string_input.tsx +++ b/src/plugins/unified_search/public/query_string_input/query_string_input.tsx @@ -843,7 +843,7 @@ export default class QueryStringInputUI extends PureComponent ) : null} {this.props.isClearable && !this.props.isDisabled && this.props.query.query ? ( -
+