Skip to content

Commit b3c1b95

Browse files
Fix crate filter select display
1 parent 1cd72b7 commit b3c1b95

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

src/librustdoc/html/static/css/rustdoc.css

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -949,7 +949,7 @@ table,
949949
#crate-search {
950950
min-width: 115px;
951951
margin-top: 5px;
952-
padding-left: 0.3125em;
952+
padding-left: 0.15em;
953953
padding-right: 23px;
954954
border: 1px solid;
955955
border-radius: 4px;
@@ -958,8 +958,6 @@ table,
958958
-moz-appearance: none;
959959
-webkit-appearance: none;
960960
/* Removes default arrow from firefox */
961-
text-indent: 0.01px;
962-
text-overflow: "";
963961
background-repeat: no-repeat;
964962
background-color: transparent;
965963
background-size: 20px;

0 commit comments

Comments
 (0)