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

Template Parts: Add search to replacement modal #42459

Merged
merged 12 commits into from
Jul 20, 2022
Prev Previous commit
Next Next commit
Search input height
jameskoster committed Jul 18, 2022
commit c7ebe8c7fa4407b96b51be076782a9428a250172
6 changes: 6 additions & 0 deletions packages/block-library/src/template-part/editor.scss
Original file line number Diff line number Diff line change
@@ -24,4 +24,10 @@
// Gap + close button size + header padding.
right: $grid-unit-10 + $button-size + $grid-unit-40;
z-index: z-index(".block-editor-template-part__selection-modal");

.components-search-control {
input[type=search].components-search-control__input {
height: $grid-unit * 5.5;
}
}
}