Skip to content

Commit

Permalink
Merge pull request #84 from sul-dlss/60-facet-padding
Browse files Browse the repository at this point in the history
add padding-left to facet pill
  • Loading branch information
jcoyne authored Jan 10, 2025
2 parents b4d1615 + 05b0ee4 commit ad812a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion styles/selected-item.css
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
--bs-btn-hover-color: var(--stanford-black);
--btn-hover-decoration: none;

padding-right: 0.25rem; /* Keeping the default left padding */
padding-inline: 0.75rem 0.25rem; /* Keeping the default top/bottom padding */
}

.remove {
Expand Down

0 comments on commit ad812a8

Please sign in to comment.