From d5dd37b00ff52099bfed85f242500803beb0dbdf Mon Sep 17 00:00:00 2001 From: "Carol (Nichols || Goulding)" Date: Fri, 3 Aug 2018 20:39:58 -0400 Subject: [PATCH] Make left column of rustdoc search results narrower To make more room for the description of the item --- src/librustdoc/html/static/rustdoc.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/librustdoc/html/static/rustdoc.css b/src/librustdoc/html/static/rustdoc.css index b689e2fa3854e..f9708dacc33f3 100644 --- a/src/librustdoc/html/static/rustdoc.css +++ b/src/librustdoc/html/static/rustdoc.css @@ -610,7 +610,7 @@ a { .content .search-results td:first-child { padding-right: 0; - width: 75%; + width: 50%; } .content .search-results td:first-child a { padding-right: 10px;