Remove the interstitial .tag__value__list-item

Just .tag__list-item is enough.
This commit is contained in:
Eryn Wells 2024-11-24 10:19:26 -08:00
parent e8daeda08b
commit d81f2a107c
2 changed files with 5 additions and 3 deletions

View file

@ -37,12 +37,12 @@
padding-inline-start: 0;
}
.tag__value__list-item {
.tag__list-item {
padding-inline-start: 0;
white-space: nowrap;
}
.tag__value__list-item:not(:first-child)::before {
.tag__list-item:not(:first-child)::before {
color: var(--text-color-secondary);
content: ":";
margin-inline-end: var(--spacing);