Skip to content

Commit

Permalink
add padding-left to facet pill
Browse files Browse the repository at this point in the history
  • Loading branch information
dnoneill committed Jan 6, 2025
1 parent cd9efb0 commit 11f8c6a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion styles/selected-item.css
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,8 @@
--bs-btn-hover-color: var(--stanford-black);
--btn-hover-decoration: none;

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

.remove {
Expand Down

0 comments on commit 11f8c6a

Please sign in to comment.