Skip to content

Commit

Permalink
fix(search): removed maxWidth #22
Browse files Browse the repository at this point in the history
  • Loading branch information
petrovakd committed Nov 28, 2023
1 parent 8da674e commit 84d004a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/core/src/inputs/components/Search/stylesCreate.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ const stylesCreate = (theme: IThemeContext) => {
flexDirection: 'row',
alignItems: 'center',
justifyContent: 'center',
maxWidth: '95%',
height: rem(36),
backgroundColor: colors.BgSecondary,
borderRadius: spaces.Space8,
Expand Down

0 comments on commit 84d004a

Please sign in to comment.