Skip to content

Commit

Permalink
remove hardcoded width for generate ppl button (opensearch-project#1447
Browse files Browse the repository at this point in the history
…) (opensearch-project#1487)

(cherry picked from commit 1aa85e0)

Signed-off-by: Joshua Li <[email protected]>
Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
1 parent 7eaa762 commit ae2858a
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -351,7 +351,6 @@ export const QueryAssistInput: React.FC<Props> = (props) => {
iconSide="right"
fill={false}
data-test-subj="query-assist-generate-button"
style={{ width: 160 }}
>
Generate query
</EuiButton>
Expand All @@ -368,7 +367,6 @@ export const QueryAssistInput: React.FC<Props> = (props) => {
type="submit"
fill={barSelected}
data-test-subj="query-assist-generate-and-run-button"
style={{ width: 175 }}
>
Generate and run
</EuiButton>
Expand Down

0 comments on commit ae2858a

Please sign in to comment.