Skip to content

Commit

Permalink
Fix long data for investigation not truncate on the rule details page (
Browse files Browse the repository at this point in the history
…#104428) (#104551)

Author: Pablo Machado <machadoum@gmail.com>
Co-authored-by: Pablo Machado <machadoum@gmail.com>

Co-authored-by: Pablo Machado <pablo.nevesmachado@elastic.co>
Co-authored-by: Pablo Machado <machadoum@gmail.com>
  • Loading branch information
3 people authored Jul 6, 2021
1 parent 862426a commit 3120873
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ import { endpointAlertCheck } from '../../utils/endpoint_alert_check';

const StyledEuiDescriptionList = styled(EuiDescriptionList)`
padding: 24px 4px 4px;
word-break: break-word;
`;

const fields = [
Expand Down

0 comments on commit 3120873

Please sign in to comment.