# cryptx/4.2.1/src/block/index.css

CryptX, version 4.2.1. 16 lines.

- Page: https://pluginprobe.com/plugins/cryptx/4.2.1/code/src/block/index.css
- Raw: https://pluginprobe.com/plugins/cryptx/4.2.1/raw/src/block/index.css
- Modified: 2026-08-20T10:35:40+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/cryptx/4.2.1/code/src/block/index.css#L10-L20`.

```css
/*
 * Editor-only spacing.
 *
 * The controls opt into __nextHasNoMarginBottom, which is where WordPress is
 * going and which keeps the deprecation notice out of the console -- but it
 * leaves them touching. The stable component library has no vertical stack to
 * do this with (VStack is still marked experimental, and an API WordPress
 * reserves the right to remove is a poor thing to hang a block on), so six
 * lines of flexbox do it instead.
 */
.cryptx-block-fields {
	display: flex;
	flex-direction: column;
	gap: 16px;
}

```
