Skip to content

Commit

Permalink
Badge padding update (#1785)
Browse files Browse the repository at this point in the history
  • Loading branch information
Oliviammarcello committed Jun 14, 2022
1 parent a698b09 commit 8d0e9fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion assets/base.css
Original file line number Diff line number Diff line change
Expand Up @@ -2720,7 +2720,7 @@ details-disclosure > details {
font-size: 1.2rem;
letter-spacing: 0.1rem;
line-height: 1;
padding: 0.6rem 1.3rem;
padding: 0.5rem 1.3rem 0.6rem 1.3rem;
text-align: center;
background-color: rgb(var(--color-badge-background));
border-color: rgba(var(--color-badge-border), var(--alpha-badge-border));
Expand Down

0 comments on commit 8d0e9fb

Please sign in to comment.