From ae2858a1d3abfc3884c85f775f2ce1d3def8b1ba Mon Sep 17 00:00:00 2001 From: "opensearch-trigger-bot[bot]" <98922864+opensearch-trigger-bot[bot]@users.noreply.github.com> Date: Tue, 5 Mar 2024 12:40:13 -0800 Subject: [PATCH] remove hardcoded width for generate ppl button (#1447) (#1487) (cherry picked from commit 1aa85e0aab5a8c5945cdae4aa8e3db81a23038cf) Signed-off-by: Joshua Li Signed-off-by: github-actions[bot] Co-authored-by: github-actions[bot] --- .../components/event_analytics/explorer/query_assist/input.tsx | 2 -- 1 file changed, 2 deletions(-) diff --git a/public/components/event_analytics/explorer/query_assist/input.tsx b/public/components/event_analytics/explorer/query_assist/input.tsx index d5285d2986..fba8aa72e3 100644 --- a/public/components/event_analytics/explorer/query_assist/input.tsx +++ b/public/components/event_analytics/explorer/query_assist/input.tsx @@ -351,7 +351,6 @@ export const QueryAssistInput: React.FC = (props) => { iconSide="right" fill={false} data-test-subj="query-assist-generate-button" - style={{ width: 160 }} > Generate query @@ -368,7 +367,6 @@ export const QueryAssistInput: React.FC = (props) => { type="submit" fill={barSelected} data-test-subj="query-assist-generate-and-run-button" - style={{ width: 175 }} > Generate and run