mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 09:48:58 -04:00
Update event rendered view action column width to account for session view button (#130410)
This commit is contained in:
parent
5a694fa1df
commit
a54d0d66db
1 changed files with 2 additions and 1 deletions
|
@ -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',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue