# gutenberg/23.2.0/build/styles/block-library/search/editor.css

Gutenberg, version 23.2.0. 16 lines.

- Page: https://pluginprobe.com/plugins/gutenberg/23.2.0/code/build/styles/block-library/search/editor.css
- Raw: https://pluginprobe.com/plugins/gutenberg/23.2.0/raw/build/styles/block-library/search/editor.css

Line numbers below start at 1. Link to a line or a range by appending a fragment to the
page URL, for example `https://pluginprobe.com/plugins/gutenberg/23.2.0/code/build/styles/block-library/search/editor.css#L10-L20`.

```css
.wp-block[data-align=center] .wp-block-search .wp-block-search__inside-wrapper {
  margin: auto;
}

.wp-block-search :where(.wp-block-search__button) {
  height: auto;
  border-radius: initial;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.wp-block-search__inspector-controls .components-base-control {
  margin-bottom: 0;
}
```
