Skip to content

Commit

Permalink
html: prevent permalink icon from wrapping alone
Browse files Browse the repository at this point in the history
  • Loading branch information
n-peugnet committed Jan 20, 2023
1 parent 91aab8a commit e4df8b3
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion _static/club1.css
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,11 @@ a.fa::before, a.icon::before, a button.toctree-expand::before {
font-size: 70%;
}

/* Make size of permalink icon depend on target's size */
.rst-content a.headerlink {
/* Make size of permalink icon depend on target's size */
font-size: 80%;
/* Prevent permalink icon from wrapping alone */
display: inline;
}

/* Highlight version selector on hover */
Expand Down

0 comments on commit e4df8b3

Please sign in to comment.