diff options
author | Mads Ohm Larsen <[email protected]> | 2024-09-06 23:26:13 +0200 |
---|---|---|
committer | git <[email protected]> | 2024-09-06 21:26:17 +0000 |
commit | 6dc93846943a0fc85e597fd16c653de6fd7f35d7 (patch) | |
tree | b6b4fbce6b10ff4f669fb49fae4674acaab2b19a | |
parent | 731805ddde4b6a2b72a6648f1b3a61dd0366af76 (diff) |
[ruby/rdoc] Add more space after magnifying glass
(https://github.com/ruby/rdoc/pull/1173)
https://github.com/ruby/rdoc/commit/6a9cad4c54
-rw-r--r-- | lib/rdoc/generator/template/darkfish/css/rdoc.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/rdoc/generator/template/darkfish/css/rdoc.css b/lib/rdoc/generator/template/darkfish/css/rdoc.css index 0032ac172a..7171fd7895 100644 --- a/lib/rdoc/generator/template/darkfish/css/rdoc.css +++ b/lib/rdoc/generator/template/darkfish/css/rdoc.css @@ -307,7 +307,7 @@ main h6 { #search-field { width: 100%; - padding: 0.5em 1em 0.5em 2em; + padding: 0.5em 1em 0.5em 2.5em; border: 1px solid var(--border-color); border-radius: 20px; font-size: 14px; |