Skip to content

Commit

Permalink
remove hardcoded width for generate ppl button (#1447)
Browse files Browse the repository at this point in the history
Signed-off-by: Joshua Li <[email protected]>
(cherry picked from commit 1aa85e0)
Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] committed Mar 5, 2024
1 parent 63a8806 commit e182f38
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 e182f38

Please sign in to comment.