# gutenberg/23.3.2/build/styles/block-library/tab/editor.css

Gutenberg, version 23.3.2. 11 lines.

- Page: https://pluginprobe.com/plugins/gutenberg/23.3.2/code/build/styles/block-library/tab/editor.css
- Raw: https://pluginprobe.com/plugins/gutenberg/23.3.2/raw/build/styles/block-library/tab/editor.css
- Modified: 2026-05-07T15:04:30+00:00

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.3.2/code/build/styles/block-library/tab/editor.css#L10-L20`.

```css
.wp-block-tab.is-selected {
  outline-offset: 2px;
}

.block-editor-block-preview__live-content:has(.wp-block-tab) {
  flex-basis: inherit !important;
  flex-grow: inherit !important;
}
.block-editor-block-preview__live-content:has(.wp-block-tab) .wp-block-tab {
  flex-basis: 100% !important;
}
```
