Skip to content

Commit

Permalink
fix: list item action position and padding
Browse files Browse the repository at this point in the history
  • Loading branch information
Karine Brandelli Padilha committed Oct 30, 2024
1 parent d3561a6 commit 212c4a3
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion src/core/data-display/list-item/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,12 @@ const ListItem = (props: ListItemProps) => {
{props.action && (
<MuiListItem
secondaryAction={props.action}
sx={{ width: 'auto', color: 'inherit' }}
sx={{
width: 'auto',
color: 'inherit',
position: 'initial',
paddingRight: '26px'
}}
/>
)}
</>
Expand Down

0 comments on commit 212c4a3

Please sign in to comment.