# gutenberg/22.7.0/build/styles/block-library/tab/style.css

Gutenberg, version 22.7.0. 20 lines.

- Page: https://pluginprobe.com/plugins/gutenberg/22.7.0/code/build/styles/block-library/tab/style.css
- Raw: https://pluginprobe.com/plugins/gutenberg/22.7.0/raw/build/styles/block-library/tab/style.css
- Modified: 2026-02-25T16:51:28+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/22.7.0/code/build/styles/block-library/tab/style.css#L10-L20`.

```css
.wp-block-tab {
  max-width: 100%;
  flex-basis: 100%;
  flex-grow: 1;
  box-sizing: border-box;
}
.wp-block-tab > *:first-child {
  margin-top: 0;
}
.wp-block-tab > *:last-child {
  margin-bottom: 0;
}
.wp-block-tab[hidden], .wp-block-tab:empty {
  display: none !important;
}

.wp-block-tab.wp-block.has-background,
.wp-block-tab:not(.wp-block).has-background {
  padding: var(--wp--preset--spacing--30);
}
```
