Skip to content

Commit

Permalink
Re-apply changes from ba48c62 accidentally overriden by fd7ba05
Browse files Browse the repository at this point in the history
  • Loading branch information
asvarcas committed Nov 28, 2019
1 parent 2e91924 commit 6540a50
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion packages/ra-ui-materialui/src/input/ResettableTextField.js
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,11 @@ const useStyles = makeStyles(
width: 24,
},
selectAdornment: {
marginRight: 12,
position: 'absolute',
right: 24,
},
inputAdornedEnd: {
paddingRight: 0,
},
},
{ name: 'RaResettableTextField' }
Expand Down

0 comments on commit 6540a50

Please sign in to comment.