Skip to content

Commit

Permalink
finale PR comments
Browse files Browse the repository at this point in the history
  • Loading branch information
PhilippeOberti committed Nov 16, 2023
1 parent ed30633 commit e8572eb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,7 @@ export const HostDetails: React.FC<HostDetailsProps> = ({ hostName, timestamp, s

const relatedUsersCount = useMemo(
() => (
<EuiFlexGroup alignItems="center" gutterSize="s">
<EuiFlexGroup alignItems="center" gutterSize="s" responsive={false}>
<EuiFlexItem grow={false}>
<EuiIcon type="user" />
</EuiFlexItem>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,7 @@ export const UserDetails: React.FC<UserDetailsProps> = ({ userName, timestamp, s

const relatedHostsCount = useMemo(
() => (
<EuiFlexGroup alignItems="center" gutterSize="m">
<EuiFlexGroup alignItems="center" gutterSize="m" responsive={false}>
<EuiFlexItem grow={false}>
<EuiIcon type="storage" />
</EuiFlexItem>
Expand Down

0 comments on commit e8572eb

Please sign in to comment.