Skip to content

Commit bbc2654

Browse files
Fix right arrow size for crate filter
1 parent 118e052 commit bbc2654

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/librustdoc/html/static/rustdoc.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -641,7 +641,7 @@ a {
641641
text-overflow: "";
642642
background-repeat: no-repeat;
643643
background-color: transparent;
644-
background-size: 16%;
644+
background-size: 20px;
645645
background-position: calc(100% - 1px) 56%;
646646
}
647647
.search-container > .top-button {

0 commit comments

Comments
 (0)