Skip to content

Commit

Permalink
remove unnecessary position relative css property
Browse files Browse the repository at this point in the history
  • Loading branch information
ZeeshanTamboli committed Apr 26, 2023
1 parent 7a821be commit 2bebb95
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/mui-material/src/Divider/Divider.js
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,6 @@ const DividerRoot = styled('div', {
textAlign: 'center',
border: 0,
'&::before, &::after': {
position: 'relative',
content: '""',
alignSelf: 'center',
},
Expand Down

0 comments on commit 2bebb95

Please sign in to comment.