Skip to content

Commit

Permalink
remove hardcoded width for generate ppl button
Browse files Browse the repository at this point in the history
Signed-off-by: Joshua Li <[email protected]>
  • Loading branch information
joshuali925 committed Feb 19, 2024
1 parent 2409cf7 commit 937d9e3
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -345,7 +345,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 @@ -362,7 +361,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 937d9e3

Please sign in to comment.