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:
parent
9c67fd3a5c
commit
7370ce4cea
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue