Skip to content

Commit

Permalink
[frontend] header aligned correctly
Browse files Browse the repository at this point in the history
  • Loading branch information
ValentinBouzinFiligran committed Sep 6, 2024
1 parent 67f9803 commit 67a37f9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1399,7 +1399,7 @@ class DataTableToolBar extends Component {
// endregion
return (
<>
<Toolbar style={{ minHeight: 40, marginTop: 2, display: 'flex', justifyContent: 'space-between', height: '100%' }} data-testid='opencti-toolbar'>
<Toolbar style={{ minHeight: 40, display: 'flex', justifyContent: 'space-between', height: '100%' }} data-testid='opencti-toolbar'>
<div style={{ display: 'flex', alignItems: 'center' }}>
<Typography
className={classes.title}
Expand Down

0 comments on commit 67a37f9

Please sign in to comment.