Update event rendered view action column width to account for session view button (#130410)

This commit is contained in:
Kevin Qualters 2022-04-15 20:08:06 -04:00 committed by GitHub
parent 5a694fa1df
commit a54d0d66db
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -140,7 +140,8 @@ const EventRenderedViewComponent = ({
</ActionsContainer>
);
},
width: '152px',
// TODO: derive this from ACTION_BUTTON_COUNT as other columns are done
width: '184px',
},
{
field: 'ecs.timestamp',