Skip to content
Prev Previous commit
Next Next commit
Search input height
  • Loading branch information
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
Expand Up @@ -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;
}
}
}