PluginProbe
Content Blocks Builder – Create blocks, repeater blocks with carousel, grid, popup layouts / trunk
Content Blocks Builder – Create blocks, repeater blocks with carousel, grid, popup layouts vtrunk
2.8.14 2.8.13 2.8.12 2.7.5 2.7.6 2.7.7 2.7.8 2.7.9 2.8.0 2.8.1 2.8.10 2.8.11 2.8.2 2.8.3 2.8.4 2.8.5 2.8.6 2.8.7 2.8.8 2.8.9 trunk 1.0.1 1.0.2 1.1.0 1.1.1 All 147 releases
content-blocks-builder / src / features / attributes / editor.scss

editor.scss in Content Blocks Builder – Create blocks, repeater blocks with carousel, grid, popup layouts trunk, at src/features/attributes/editor.scss

21 lines 326 B
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1
2 .components-tools-panel {
3 .custom-attributes-control {
4 .group-control__body {
5 gap: 12px;
6 }
7 }
8 }
9
10 // Remove spaces for label attributes inside ToolsPanel
11 .attribute-label {
12 *:empty {
13 display: none;
14 }
15 }
16
17 // JSON attribute's label
18 .attribute-json .components-base-control__label {
19 margin-bottom: 0;
20 }
21