Skip to content

Commit 905b439

Browse files
cianfoley-nearformjraff
authored andcommitted
fix(community-input-group): hr-1605 double border fix for safari
1 parent 04ecc69 commit 905b439

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

packages/InputGroup/style.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ export const InputGroupStyle = styled.div(({ hasValue }) => ({
2323
},
2424
},
2525
input: {
26+
marginLeft: 0,
2627
height: '100%',
2728
borderLeft: '1px solid #D8D8D8',
2829
borderTop: '1px solid #D8D8D8',

0 commit comments

Comments
 (0)