File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed
x-pack/plugins/security_solution/public/timelines/components/timeline Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -69,6 +69,6 @@ export const COLLAPSE = i18n.translate(
6969export const ACTION_INVESTIGATE_IN_RESOLVER = i18n . translate (
7070 'xpack.securitySolution.timeline.body.actions.investigateInResolverTooltip' ,
7171 {
72- defaultMessage : 'Investigate in Resolver ' ,
72+ defaultMessage : 'Analyze event ' ,
7373 }
7474) ;
Original file line number Diff line number Diff line change @@ -204,6 +204,7 @@ export const EventsTrSupplement = styled.div.attrs(({ className = '' }) => ({
204204export const EventsTdGroupActions = styled . div . attrs ( ( { className = '' } ) => ( {
205205 className : `siemEventsTable__tdGroupActions ${ className } ` ,
206206} ) ) < { actionsColumnWidth : number } > `
207+ align-items: center;
207208 display: flex;
208209 flex: 0 0 ${ ( { actionsColumnWidth } ) => `${ actionsColumnWidth } px` } ;
209210 min-width: 0;
You can’t perform that action at this time.
0 commit comments