We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1dcff2d commit 0201f2fCopy full SHA for 0201f2f
src/librustdoc/html/static/css/rustdoc.css
@@ -924,7 +924,6 @@ table,
924
#crate-search {
925
min-width: 115px;
926
margin-top: 5px;
927
- margin-left: 0.25em;
928
padding-left: 0.3125em;
929
padding-right: 23px;
930
border: 1px solid;
@@ -941,6 +940,8 @@ table,
941
940
background-size: 20px;
942
background-position: calc(100% - 1px) 56%;
943
background-image: /* AUTOREPLACE: */url("down-arrow.svg");
+ max-width: 100%;
944
+ text-overflow: ellipsis;
945
}
946
.search-container {
947
margin-top: 4px;
0 commit comments