Skip to content

Commit 01f0da2

Browse files
authored
Rollup merge of rust-lang#93382 - GuillaumeGomez:search-input-padding, 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`
2 parents 6930b66 + b12d926 commit 01f0da2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -933,7 +933,7 @@ table,
933933
outline: none;
934934
border: 1px solid;
935935
border-radius: 2px;
936-
padding: 5px 8px;
936+
padding: 8px;
937937
font-size: 1rem;
938938
transition: border-color 300ms ease;
939939
width: 100%;

0 commit comments

Comments
 (0)