Skip to content

Commit

Permalink
fix(listitem): add a bit more padding
Browse files Browse the repository at this point in the history
  • Loading branch information
scottdickerson committed Nov 18, 2020
1 parent da3ca5d commit d584fa3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/List/ListItem/_list-item.scss
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@
text-overflow: ellipsis;
padding-right: $spacing-09;
&__with-actions {
padding-right: $spacing-06; // save room for the action button
padding-right: $spacing-07; // save room for the action button
width: $spacing-05;
}
&__large {
Expand Down

0 comments on commit d584fa3

Please sign in to comment.