Skip to content

Commit 6daa0ce

Browse files
cjyabrahamTim Bannister
authored andcommitted
Override bad padding on search input
Signed-off-by: Chris Abraham <[email protected]>
1 parent baeadc1 commit 6daa0ce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

assets/scss/_custom.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1357,7 +1357,7 @@ div.alert > em.javascript-required {
13571357
border-radius: 20px;
13581358
overflow-x: hidden;
13591359
width: auto;
1360-
padding: 6px 10px;
1360+
padding: 6px 10px !important;
13611361
margin: 20px 10px 20px 0;
13621362

13631363
&:focus-within {

0 commit comments

Comments
 (0)