diff options
| author | Guillaume Gomez <guillaume.gomez@huawei.com> | 2022-01-27 17:55:39 +0100 |
|---|---|---|
| committer | Guillaume Gomez <guillaume.gomez@huawei.com> | 2022-02-09 10:46:15 +0100 |
| commit | b12d92647d1a41849a5148b671e9bf5c7bd2750b (patch) | |
| tree | 1e6e51a5c40288a2d9fb1a865362087f9e93e419 | |
| parent | bf242bb1199e25ca2274df5c4114e0c9436b74e9 (diff) | |
| download | rust-b12d92647d1a41849a5148b671e9bf5c7bd2750b.tar.gz rust-b12d92647d1a41849a5148b671e9bf5c7bd2750b.zip | |
Add a bit more padding on search padding and reduce its font size
| -rw-r--r-- | src/librustdoc/html/static/css/rustdoc.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/librustdoc/html/static/css/rustdoc.css b/src/librustdoc/html/static/css/rustdoc.css index 04112c9779b..3c2972dc789 100644 --- a/src/librustdoc/html/static/css/rustdoc.css +++ b/src/librustdoc/html/static/css/rustdoc.css @@ -933,7 +933,7 @@ table, outline: none; border: 1px solid; border-radius: 2px; - padding: 5px 8px; + padding: 8px; font-size: 1rem; transition: border-color 300ms ease; width: 100%; |
