PluginProbe
Blockenberg — 600+ Advanced Gutenberg Blocks & AI Agent for WordPress Block Editor / 2.0.11
Blockenberg — 600+ Advanced Gutenberg Blocks & AI Agent for WordPress Block Editor v2.0.11
2.0.13 2.0.12 2.0.11 2.0.10 2.0.9 trunk 2.0.2 2.0.3 2.0.4 2.0.5 2.0.6 2.0.7 2.0.8
blockenberg / blocks / bubble-chart / style.css

style.css in Blockenberg — 600+ Advanced Gutenberg Blocks & AI Agent for WordPress Block Editor 2.0.11, at blocks/bubble-chart/style.css

11 lines 169 B
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 /* Bubble Chart — bkbbl- */
2 .bkbbl-wrap {
3 width: 100%;
4 box-sizing: border-box;
5 overflow: hidden;
6 }
7 .bkbbl-canvas {
8 width: 100% !important;
9 display: block;
10 }
11