Skip to content

Commit e861efd

Browse files
Fix code block information icon position
1 parent d3e2cec commit e861efd

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Diff for: src/librustdoc/html/static/rustdoc.css

+4
Original file line numberDiff line numberDiff line change
@@ -146,6 +146,10 @@ img {
146146
max-width: 100%;
147147
}
148148

149+
li {
150+
position: relative;
151+
}
152+
149153
.source .content {
150154
margin-top: 50px;
151155
max-width: none;

0 commit comments

Comments
 (0)