Skip to content

Commit 33bf291

Browse files
Rollup merge of #56633 - GuillaumeGomez:fix-right-arrow-display, r=QuietMisdreavus
Fix right arrow size for crate filter This bug only appears when a crate has a long name: <img width="1440" alt="screenshot 2018-12-08 at 16 36 21" src="https://user-images.githubusercontent.com/3050060/49687728-7de06180-fb07-11e8-8554-d32597351fac.png"> With this fix, it goes back to normal, whatever the size: <img width="1440" alt="screenshot 2018-12-08 at 16 36 05" src="https://user-images.githubusercontent.com/3050060/49687730-8769c980-fb07-11e8-91b7-b5e1961211a2.png"> r? @QuietMisdreavus
2 parents dec7b19 + bbc2654 commit 33bf291

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/librustdoc/html/static/rustdoc.css

+1-1
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)