Skip to content

Commit

Permalink
Adjust padding on right side of clear button so it looks evenly spaced.
Browse files Browse the repository at this point in the history
  • Loading branch information
dbatiste committed Jun 23, 2023
1 parent 8ebd0b1 commit 7984632
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions components/tag-list/tag-list-item-mixin.js
Original file line number Diff line number Diff line change
Expand Up @@ -64,10 +64,10 @@ export const TagListItemMixin = superclass => class extends LocalizeCoreElement(
white-space: nowrap;
}
.tag-list-item-container.tag-list-item-container-clearable {
padding-right: 0.25rem;
padding-right: 0.2rem;
}
:host([dir="rtl"]) .tag-list-item-container.tag-list-item-container-clearable {
padding-left: 0.25rem;
padding-left: 0.2rem;
padding-right: 0;
}
.tag-list-item-content {
Expand Down

0 comments on commit 7984632

Please sign in to comment.