Skip to content

Commit

Permalink
fix(list-item): decrease horizontal spacing between selection icon an…
Browse files Browse the repository at this point in the history
…d content (#9304)

**Related Issue:** #9290

## Summary

Decreases horizontal space in selection modes that affects users
migrating from pick/value-list.

Co-authored-by: Ben Elan <no-reply@benelan.dev>
  • Loading branch information
jcfranco and benelan committed May 10, 2024
1 parent 65a518d commit 0e828b6
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -152,8 +152,9 @@ td:focus {
}

.selection-container {
@apply flex px-3 py-0;
@apply flex py-0;
color: theme("borderColor.color.input");
padding-inline: var(--calcite-spacing-md) var(--calcite-spacing-xxs);
}

.selection-container--single {
Expand Down

0 comments on commit 0e828b6

Please sign in to comment.