Skip to content

Commit

Permalink
[frontend] Fix search bar
Browse files Browse the repository at this point in the history
  • Loading branch information
SamuelHassine committed Feb 25, 2024
1 parent 93ac81a commit 18c4db8
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions opencti-platform/opencti-front/src/components/SearchInput.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@ const useStyles = makeStyles((theme) => ({
padding: '1px 10px 0 10px',
marginRight: 5,
backgroundColor: theme.palette.background.paper,
minWidth: 400,
width: '50%',
},
searchRootInDrawer: {
borderRadius: 4,
Expand All @@ -36,8 +38,7 @@ const useStyles = makeStyles((theme) => ({
backgroundColor: theme.palette.background.default,
},
searchInputTopBar: {
minWidth: 300,
width: '50%',
width: '100%',
},
searchInput: {
transition: theme.transitions.create('width'),
Expand Down

0 comments on commit 18c4db8

Please sign in to comment.