1
0
Fork 0
mirror of https://github.com/WordPress/wordpress.org.git synced 2025-08-17 14:51:19 +08:00

Jobs theme: Prevent search input text from reaching the absolute edges of the search input.

Props baroliyamayur.
Fixes #6678.


git-svn-id: https://meta.svn.wordpress.org/sites/trunk@12833 74240141-8908-4e6f-9713-ba540dce6ec7
This commit is contained in:
Scott Reilly 2023-08-10 19:53:21 +00:00
parent 9c67fd3a5c
commit 7370ce4cea

View file

@ -694,11 +694,11 @@ li > ul {
width: 100%;
padding: 12px 5px 10px 32px;
border: 0;
box-sizing: border-box;
}
.search-form label {
display: block;
overflow: hidden;
padding-right: 10px;
}
.search-form .dashicons-search {
position: absolute;