From e7c5e2f08ce33c2d61a2b5aacb9bfab131bd3a5d Mon Sep 17 00:00:00 2001 From: Liza Katz Date: Thu, 15 Aug 2019 23:17:40 +0300 Subject: [PATCH] Consistent positioning of Timepicker in SearchBar (#43255) (#43360) * resolves #41900 --- .../data/public/query/query_bar/components/query_bar.tsx | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/src/legacy/core_plugins/data/public/query/query_bar/components/query_bar.tsx b/src/legacy/core_plugins/data/public/query/query_bar/components/query_bar.tsx index ab549896b5824b..17858ce9fd54af 100644 --- a/src/legacy/core_plugins/data/public/query/query_bar/components/query_bar.tsx +++ b/src/legacy/core_plugins/data/public/query/query_bar/components/query_bar.tsx @@ -266,7 +266,12 @@ export class QueryBarUI extends Component { }); return ( - + {this.renderQueryInput()} {this.renderUpdateButton()}