Skip to content

Commit 0ba7371

Browse files
authored
Fixing the padding on the search header
Signed-off-by: Warwick Booth <[email protected]>
1 parent d621d3c commit 0ba7371

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

assets/css/blocks/search.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
.wp-block-search__inside-wrapper input{border: 1px solid #2B2D2F!important;}
1919
/** * Search Block */
2020

21-
header .wp-block-search.wp-block-search__button-only .wp-block-search__button{max-width: 0;padding: 10px 31px 10px 10px!important;}
21+
header .wp-block-search.wp-block-search__button-only .wp-block-search__button{max-width: 0;padding: 10px 22px 10px 19px!important;}
2222

2323
header .wp-block-search__button-behavior-expand .wp-block-search__input {
2424
position: absolute;
@@ -78,4 +78,4 @@ header .is-style-navigation.wp-block-search.wp-block-search__button-only .wp-blo
7878
box-shadow: none;
7979
border-radius: 0;
8080
}
81-
}
81+
}

0 commit comments

Comments
 (0)