Skip to content

Commit

Permalink
fix(listitem): use 16px padding-inline-end
Browse files Browse the repository at this point in the history
  • Loading branch information
clshortfuse committed Jul 15, 2024
1 parent be60b61 commit eba6ce9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/ListItem.js
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ export default CustomElement
border: none;
padding-block: 8px;
padding-inline: 16px 24px;
padding-inline: 16px;
cursor: auto;
Expand Down

0 comments on commit eba6ce9

Please sign in to comment.