Skip to content

Commit

Permalink
Rollup merge of rust-lang#93382 - GuillaumeGomez:search-input-padding…
Browse files Browse the repository at this point in the history
…, r=jsha

Add a bit more padding in search box

As asked in rust-lang#93113 (comment), here is a bit more padding.

You can check it [here](https://rustdoc.crud.net/imperio/search-input-padding/foo/index.html).

r? `@camelid`
  • Loading branch information
matthiaskrgr committed Feb 16, 2022
2 parents 6930b66 + b12d926 commit 01f0da2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/librustdoc/html/static/css/rustdoc.css
Original file line number Diff line number Diff line change
Expand Up @@ -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%;
Expand Down

0 comments on commit 01f0da2

Please sign in to comment.