Skip to content

Commit

Permalink
[frontend] search EE button aligned with text (#6346)
Browse files Browse the repository at this point in the history
  • Loading branch information
ValentinBouzinFiligran committed Mar 15, 2024
1 parent 932c5d0 commit 0160830
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ const SearchRootComponent: FunctionComponent<SearchRootComponentProps> = ({ file
value='files'
label={<>
<Badge badgeContent={filesCount} color="primary">
<div style={{ padding: '0px 12px' }}>{t_i18n('Files search')}<EEChip /></div>
<div style={{ padding: '0px 12px', display: 'flex' }}>{t_i18n('Files search')}<EEChip /></div>
</Badge>
</>
}
Expand Down

0 comments on commit 0160830

Please sign in to comment.