Skip to content

Commit 8059859

Browse files
rm-hull40818419
authored andcommitted
Fix right-padding issue on iOS (#73)
1 parent 01e91ea commit 8059859

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/ReactCodeInput.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ class ReactCodeInput extends Component {
4343
boxShadow: '0px 0px 10px 0px rgba(0,0,0,.10)',
4444
margin: '4px',
4545
paddingLeft: '8px',
46+
paddingRight: 0,
4647
width: '36px',
4748
height: '42px',
4849
fontSize: '32px',

0 commit comments

Comments
 (0)