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 a2f8f62 commit 0a93cb3Copy full SHA for 0a93cb3
src/librustdoc/html/static/main.js
@@ -1688,15 +1688,6 @@ function defocusSearchBar() {
1688
1689
search.innerHTML = output;
1690
showSearchResults(search);
1691
- var tds = search.getElementsByTagName("td");
1692
- var td_width = 0;
1693
- if (tds.length > 0) {
1694
- td_width = tds[0].offsetWidth;
1695
- }
1696
- var width = search.offsetWidth - 40 - td_width;
1697
- onEachLazy(search.getElementsByClassName("desc"), function(e) {
1698
- e.style.width = width + "px";
1699
- });
1700
initSearchNav();
1701
var elems = document.getElementById("titles").childNodes;
1702
elems[0].onclick = function() { printTab(0); };
0 commit comments