PluginProbe
Gutenberg / 23.2.0
Gutenberg v23.2.0
24.0.0 23.9.1 23.9.0 23.8.0 23.7.2 23.7.1 23.7.0 23.6.1 23.6.2 23.6.0 23.5.3 23.5.2 23.5.1 23.5.0 23.4.0 23.3.2 23.3.1 23.3.0 23.2.0 23.2.1 23.2.2 23.1.1 23.1.0 23.0.1 12.6.0 All 403 releases
gutenberg / build / styles / block-library / tab-panel / style.css
build/styles/block-library/tab-panel
style-rtl.css 450 B 4 months ago style-rtl.min.css 389 B 4 months ago style.css 450 B 4 months ago style.min.css 389 B 4 months ago

style.css in Gutenberg 23.2.0, at build/styles/block-library/tab-panel/style.css

20 lines 450 B Raw Download Zip
1 .wp-block-tab-panel {
2 max-width: 100%;
3 flex-basis: 100%;
4 flex-grow: 1;
5 box-sizing: border-box;
6 }
7 .wp-block-tab-panel > *:first-child {
8 margin-top: 0;
9 }
10 .wp-block-tab-panel > *:last-child {
11 margin-bottom: 0;
12 }
13 .wp-block-tab-panel[hidden], .wp-block-tab-panel:empty {
14 display: none !important;
15 }
16
17 .wp-block-tab-panel.wp-block.has-background,
18 .wp-block-tab-panel:not(.wp-block).has-background {
19 padding: var(--wp--preset--spacing--30);
20 }