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
Signed-off-by: Joshua Li <joshuali925@gmail.com>
  • Loading branch information
joshuali925 authored Mar 5, 2024
1 parent 7f363c7 commit 1aa85e0
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 1aa85e0

Please sign in to comment.