Skip to content

Commit e4df8b3

Browse files
committed
html: prevent permalink icon from wrapping alone
See: readthedocs/sphinx_rtd_theme#1412
1 parent 91aab8a commit e4df8b3

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

_static/club1.css

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,9 +38,11 @@ a.fa::before, a.icon::before, a button.toctree-expand::before {
3838
font-size: 70%;
3939
}
4040

41-
/* Make size of permalink icon depend on target's size */
4241
.rst-content a.headerlink {
42+
/* Make size of permalink icon depend on target's size */
4343
font-size: 80%;
44+
/* Prevent permalink icon from wrapping alone */
45+
display: inline;
4446
}
4547

4648
/* Highlight version selector on hover */

0 commit comments

Comments
 (0)