Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Archeo: Try using button as an element #5849

Merged
merged 8 commits into from
Jul 5, 2022
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
added padding to search block button
  • Loading branch information
MaggieCabrera committed May 26, 2022
commit b7b941cea75d7c9a5b23a38642c931f7b801d10f
4 changes: 4 additions & 0 deletions archeo/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,10 @@ a:active,
padding: calc(0.667em + 2px) calc(1.333em + 2px);
}

.wp-block-search__button {
padding: calc(0.667em + 2px) calc(1.333em + 2px);
}

/*
* Comment Form Fields
*/
Expand Down