Skip to content

Commit

Permalink
Override bad padding on search input
Browse files Browse the repository at this point in the history
Signed-off-by: Chris Abraham <[email protected]>
  • Loading branch information
cjyabraham authored and sftim committed Jul 3, 2024
1 parent baeadc1 commit 6daa0ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion assets/scss/_custom.scss
Original file line number Diff line number Diff line change
Expand Up @@ -1357,7 +1357,7 @@ div.alert > em.javascript-required {
border-radius: 20px;
overflow-x: hidden;
width: auto;
padding: 6px 10px;
padding: 6px 10px !important;
margin: 20px 10px 20px 0;

&:focus-within {
Expand Down

0 comments on commit 6daa0ce

Please sign in to comment.