Skip to content

Commit

Permalink
Merge pull request #4076 from WiXSL/patch-resettable-reverted
Browse files Browse the repository at this point in the history
Re-apply changes from ba48c62 accidentally overridden by fd7ba05
  • Loading branch information
fzaninotto authored Nov 29, 2019
2 parents 2e91924 + 6540a50 commit 90950fb
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 90950fb

Please sign in to comment.