about summary refs log tree commit diff
path: root/src/librustdoc/html/static/css/rustdoc.css
diff options
context:
space:
mode:
authorGuillaume Gomez <guillaume.gomez@huawei.com>2022-07-20 03:00:23 +0200
committerGuillaume Gomez <guillaume.gomez@huawei.com>2022-07-20 03:00:23 +0200
commitb3c1b956626ed3f071a627bb2f151edeef1cd1d2 (patch)
tree424e0599c57f2fae7c6e9c71796e0b77bec16131 /src/librustdoc/html/static/css/rustdoc.css
parent1cd72b734318720adb99dc72147bb8169ef76ffe (diff)
downloadrust-b3c1b956626ed3f071a627bb2f151edeef1cd1d2.tar.gz
rust-b3c1b956626ed3f071a627bb2f151edeef1cd1d2.zip
Fix crate filter select display
Diffstat (limited to 'src/librustdoc/html/static/css/rustdoc.css')
-rw-r--r--src/librustdoc/html/static/css/rustdoc.css4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/librustdoc/html/static/css/rustdoc.css b/src/librustdoc/html/static/css/rustdoc.css
index c6933a8254b..642ea1a9777 100644
--- a/src/librustdoc/html/static/css/rustdoc.css
+++ b/src/librustdoc/html/static/css/rustdoc.css
@@ -949,7 +949,7 @@ table,
 #crate-search {
 	min-width: 115px;
 	margin-top: 5px;
-	padding-left: 0.3125em;
+	padding-left: 0.15em;
 	padding-right: 23px;
 	border: 1px solid;
 	border-radius: 4px;
@@ -958,8 +958,6 @@ table,
 	-moz-appearance: none;
 	-webkit-appearance: none;
 	/* Removes default arrow from firefox */
-	text-indent: 0.01px;
-	text-overflow: "";
 	background-repeat: no-repeat;
 	background-color: transparent;
 	background-size: 20px;