Skip to content

Commit

Permalink
fix(EuiComboBox): fix isLoading layout for mobile
Browse files Browse the repository at this point in the history
  • Loading branch information
mgadewoll committed Apr 18, 2024
1 parent 1bac3f4 commit 0b7c90e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -327,7 +327,7 @@ export class EuiComboBoxOptionsList<T> extends Component<

if (isLoading) {
emptyStateContent = (
<EuiFlexGroup gutterSize="s" justifyContent="center">
<EuiFlexGroup gutterSize="s" justifyContent="center" responsive={false}>
<EuiFlexItem grow={false}>
<EuiLoadingSpinner size="m" />
</EuiFlexItem>
Expand Down

0 comments on commit 0b7c90e

Please sign in to comment.