Skip to content

Commit

Permalink
Merge pull request #7 from SoftMediaLab/label_width
Browse files Browse the repository at this point in the history
label full width
  • Loading branch information
ruslandjent authored Jul 2, 2020
2 parents 6861d5f + 6ec9a2e commit c334317
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@softmedialab/react-native-material-textfield",
"version": "0.16.10",
"version": "0.16.11",
"license": "BSD-3-Clause",
"author": "Alexander Nazarov <[email protected]>",
"description": "Material textfield",
Expand Down
4 changes: 2 additions & 2 deletions src/components/label/styles.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ export default StyleSheet.create({
container: {
position: 'absolute',
top: 0,
left: '-125%',
width: '250%',
left: '-150%',
width: '300%',
paddingLeft: '50%',
},

Expand Down

0 comments on commit c334317

Please sign in to comment.