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) (#10199)

**Related Issue:** #9290

## Summary

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

Co-authored-by: JC Franco <jfranco@esri.com>
  • Loading branch information
benelan and jcfranco authored Aug 30, 2024
1 parent f4fed9d commit dce57f4
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 dce57f4

Please sign in to comment.