diff options
| author | Guillaume Gomez <guillaume1.gomez@gmail.com> | 2018-12-08 16:35:51 +0100 |
|---|---|---|
| committer | Guillaume Gomez <guillaume1.gomez@gmail.com> | 2018-12-08 16:35:51 +0100 |
| commit | bbc26548306b593573b867af897d7aa98cd061ef (patch) | |
| tree | 9b9c41c0e187983435c6053b8c9d590155b77135 /src/librustdoc/html/static/rustdoc.css | |
| parent | 118e052d84157a675649fe640e3d56f264475a3a (diff) | |
| download | rust-bbc26548306b593573b867af897d7aa98cd061ef.tar.gz rust-bbc26548306b593573b867af897d7aa98cd061ef.zip | |
Fix right arrow size for crate filter
Diffstat (limited to 'src/librustdoc/html/static/rustdoc.css')
| -rw-r--r-- | src/librustdoc/html/static/rustdoc.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/librustdoc/html/static/rustdoc.css b/src/librustdoc/html/static/rustdoc.css index 37d26a4cadc..cd5a8a739d1 100644 --- a/src/librustdoc/html/static/rustdoc.css +++ b/src/librustdoc/html/static/rustdoc.css @@ -641,7 +641,7 @@ a { text-overflow: ""; background-repeat: no-repeat; background-color: transparent; - background-size: 16%; + background-size: 20px; background-position: calc(100% - 1px) 56%; } .search-container > .top-button { |
