diff options
| author | Matthias Krüger <matthias.krueger@famsik.de> | 2022-02-16 18:59:28 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-02-16 18:59:28 +0100 |
| commit | 01f0da2373183482148deee18e35fcad202d045e (patch) | |
| tree | 27873bd2aac0f5f505498733c0292dbe3ea1b87a /src/librustdoc/html/static/css | |
| parent | 6930b6676ae20cfa26eaa78b5f9428c92f28235b (diff) | |
| parent | b12d92647d1a41849a5148b671e9bf5c7bd2750b (diff) | |
| download | rust-01f0da2373183482148deee18e35fcad202d045e.tar.gz rust-01f0da2373183482148deee18e35fcad202d045e.zip | |
Rollup merge of #93382 - GuillaumeGomez:search-input-padding, r=jsha
Add a bit more padding in search box As asked in https://github.com/rust-lang/rust/pull/93113#issuecomment-1021565703, here is a bit more padding. You can check it [here](https://rustdoc.crud.net/imperio/search-input-padding/foo/index.html). r? `@camelid`
Diffstat (limited to 'src/librustdoc/html/static/css')
| -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 4327a554fc6..662221ae773 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%; |
