diff --git a/src/components/List/ListItem/_list-item.scss b/src/components/List/ListItem/_list-item.scss index 03c3ee78ff..6ce9ce5300 100644 --- a/src/components/List/ListItem/_list-item.scss +++ b/src/components/List/ListItem/_list-item.scss @@ -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 {