PluginProbe
CryptX / trunk
CryptX vtrunk
4.2.0 4.1.1 trunk 1.0 1.1 1.2 1.3 1.4 1.5 1.6 1.7 1.9 2.0 2.1 2.2 2.3 2.3.1 2.3.2 2.3.3 2.4.0 2.4.1 2.4.2 2.4.3 2.4.4 2.4.5 All 92 releases
cryptx / src / block / index.css

index.css in CryptX trunk, at src/block/index.css

16 lines 532 B
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 /*
2 * Editor-only spacing.
3 *
4 * The controls opt into __nextHasNoMarginBottom, which is where WordPress is
5 * going and which keeps the deprecation notice out of the console -- but it
6 * leaves them touching. The stable component library has no vertical stack to
7 * do this with (VStack is still marked experimental, and an API WordPress
8 * reserves the right to remove is a poor thing to hang a block on), so six
9 * lines of flexbox do it instead.
10 */
11 .cryptx-block-fields {
12 display: flex;
13 flex-direction: column;
14 gap: 16px;
15 }
16