Skip to content

Commit

Permalink
theme(fix): remove gap below copy button in highlight component
Browse files Browse the repository at this point in the history
fixes #914
  • Loading branch information
davidsneighbour committed May 7, 2024
1 parent 24cafd4 commit 2a37891
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion assets/scss/04-components/_highlight.scss
Original file line number Diff line number Diff line change
Expand Up @@ -40,12 +40,16 @@
@extend .text-uppercase;

font-size: 0.75rem;
padding: 0.25rem 0.5rem;
padding: .25rem .5rem .15rem;
border-bottom: 0;
}

a {
font-size: 0.6rem;
}

.btn-clipboard {
padding-bottom: 0.3rem;
}
}
}

0 comments on commit 2a37891

Please sign in to comment.