Skip to content

Commit 9d92e67

Browse files
kjgamisjraff
authored andcommitted
fix(community-input-group): input group min width
1 parent 7208b2d commit 9d92e67

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/InputGroup/style.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ export const InputGroupStyle = styled.div(({ hasValue }) => ({
1414
height: '52px',
1515
width: '100%',
1616
maxWidth: '768px',
17-
minWidth: '384px',
17+
minWidth: '200px',
1818
borderRadius: '5px',
1919
'&:hover': {
2020
boxShadow: '0 0 0 1px #4B286D',

0 commit comments

Comments
 (0)