Skip to content

Commit

Permalink
remove self-center from pill a (#1974)
Browse files Browse the repository at this point in the history
  • Loading branch information
amazingphilippe authored Nov 5, 2024
1 parent 26374b8 commit 40f91d7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/assets/stylesheets/index.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion app/assets/stylesheets/tailwind/components/pill.css
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@

.pill a,
.pill-selected-item {
@apply block float-left w-full py-5 self-center no-underline;
@apply block float-left w-full py-5 no-underline;
}

.pill a {
Expand Down

0 comments on commit 40f91d7

Please sign in to comment.