Skip to content

Commit

Permalink
[UnifiedSearch] Fix query input styles (#157010)
Browse files Browse the repository at this point in the history
  • Loading branch information
jughosta authored May 9, 2023
1 parent f0087d7 commit 0407097
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -843,7 +843,7 @@ export default class QueryStringInputUI extends PureComponent<QueryStringInputPr
</div>
) : null}
{this.props.isClearable && !this.props.isDisabled && this.props.query.query ? (
<div className="euiFormControlLayoutIcons euiFormControlLayoutIcons--right">
<div className="euiFormControlLayoutIcons euiFormControlLayoutIcons--absolute euiFormControlLayoutIcons--right">
<button
type="button"
className="euiFormControlLayoutClearButton"
Expand Down

0 comments on commit 0407097

Please sign in to comment.