Skip to content

Commit

Permalink
fix(community-input-group): input group min width
Browse files Browse the repository at this point in the history
  • Loading branch information
kjgamis authored and jraff committed Mar 23, 2021
1 parent 7208b2d commit 9d92e67
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/InputGroup/style.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ export const InputGroupStyle = styled.div(({ hasValue }) => ({
height: '52px',
width: '100%',
maxWidth: '768px',
minWidth: '384px',
minWidth: '200px',
borderRadius: '5px',
'&:hover': {
boxShadow: '0 0 0 1px #4B286D',
Expand Down

0 comments on commit 9d92e67

Please sign in to comment.