# extendify/0.1.0/utility-framework/classes/editor/no-resize.css

Extendify, version 0.1.0. 11 lines.

- Page: https://pluginprobe.com/plugins/extendify/0.1.0/code/utility-framework/classes/editor/no-resize.css
- Raw: https://pluginprobe.com/plugins/extendify/0.1.0/raw/utility-framework/classes/editor/no-resize.css
- Modified: 2022-01-06T18:08:32+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/extendify/0.1.0/code/utility-framework/classes/editor/no-resize.css#L10-L20`.

```css
.editor\:no-resize .components-resizable-box__handle::after,
.editor\:no-resize .components-resizable-box__side-handle::before,
.editor\:no-resize .components-resizable-box__handle {
    display: none;
    pointer-events: none;
}

.editor\:no-resize .components-resizable-box__container {
    display: block;
}

```
